Skip to content

Commit

Permalink
wip: enable debug logs on s3 driver
Browse files Browse the repository at this point in the history
  • Loading branch information
flavianmissi committed Dec 9, 2024
1 parent b40eeb3 commit 65c0fab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/s3/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ func (d *driver) getS3Service() (*s3.S3, error) {
HTTPClient: &http.Client{
Transport: tr,
},
LogLevel: aws.LogLevel(aws.LogDebug),
},
SharedConfigState: session.SharedConfigEnable,
SharedConfigFiles: []string{credentialsFilename},
Expand Down

0 comments on commit 65c0fab

Please sign in to comment.