Skip to content

Commit

Permalink
still wrong S3_DEBUG, need 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Nov 14, 2023
1 parent fc80802 commit f7e5368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (s *S3) Connect(ctx context.Context) error {

if s.Config.Debug {
awsConfig.Logger = newS3Logger(s.Log)
awsConfig.ClientLogMode = aws.LogRetries | aws.LogRequest
awsConfig.ClientLogMode = aws.LogRetries | aws.LogRequest | aws.LogResponse
}

httpTransport := http.DefaultTransport
Expand Down

0 comments on commit f7e5368

Please sign in to comment.