diff --git a/s3/replica_client.go b/s3/replica_client.go index 5d2d2f6..79c7e67 100644 --- a/s3/replica_client.go +++ b/s3/replica_client.go @@ -94,7 +94,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 {