Skip to content

Commit d4817ff

Browse files
committed
suppress s3 checksum log messages
1 parent c2f02fe commit d4817ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/cli/serve.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ to the internet except for testing/debugging purposes.`,
119119
if s3EndpointFlag != "" {
120120
o.BaseEndpoint = aws.String(s3EndpointFlag)
121121
}
122+
o.DisableLogOutputChecksumValidationSkipped = true // Non-AWS S3 tends not to support this and it causes logspam
122123
})
123124
} else {
124125
slog.Warn("S3 credentials retrieval failed, S3 support will be disabled", "error", err)

0 commit comments

Comments
 (0)