diff --git a/s3/replica_client.go b/s3/replica_client.go index a1206a0..6919eae 100644 --- a/s3/replica_client.go +++ b/s3/replica_client.go @@ -92,7 +92,6 @@ func (c *ReplicaClient) Init(ctx context.Context) (err error) { if region != "" { config.Region = aws.String(region) } - config.CredentialsChainVerboseErrors = aws.Bool(true) sess, err := session.NewSession(config) if err != nil {