Skip to content

Commit eb186cb

Browse files
authored
Merge pull request #18128 from hakman/s3-checksum
vfs: Silence warnings when the S3 provider has no supported checksum
2 parents 732d240 + 29011b2 commit eb186cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

util/pkg/vfs/s3context.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ func (s *S3Context) getClient(ctx context.Context, region string) (*s3.Client, e
114114
if endpoint != "" {
115115
o.BaseEndpoint = aws.String(endpoint)
116116
o.UsePathStyle = true
117+
o.DisableLogOutputChecksumValidationSkipped = true
117118
} else {
118119
o.EndpointResolverV2 = &ResolverV2{}
119120
}

0 commit comments

Comments
 (0)