Skip to content

Commit 29011b2

Browse files
committed
vfs: Silence warnings when the S3 provider has no supported checksum
Signed-off-by: Ciprian Hacman <ciprian@hakman.dev>
1 parent 732d240 commit 29011b2

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)