We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732d240 commit 29011b2Copy full SHA for 29011b2
1 file changed
util/pkg/vfs/s3context.go
@@ -114,6 +114,7 @@ func (s *S3Context) getClient(ctx context.Context, region string) (*s3.Client, e
114
if endpoint != "" {
115
o.BaseEndpoint = aws.String(endpoint)
116
o.UsePathStyle = true
117
+ o.DisableLogOutputChecksumValidationSkipped = true
118
} else {
119
o.EndpointResolverV2 = &ResolverV2{}
120
}
0 commit comments