Skip to content

Commit

Permalink
remove debug log (#3505)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrav authored Oct 24, 2024
1 parent 4cc10d3 commit 01a2a4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/sources/s3/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ func (s *Source) setMaxObjectSize(maxObjectSize int64) {
func (s *Source) newClient(region, roleArn string) (*s3.S3, error) {
cfg := aws.NewConfig()
cfg.CredentialsChainVerboseErrors = aws.Bool(true)
cfg.LogLevel = aws.LogLevel(aws.LogDebugWithRequestErrors)
cfg.Region = aws.String(region)

switch cred := s.conn.GetCredential().(type) {
Expand Down

0 comments on commit 01a2a4a

Please sign in to comment.