-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow turning off checksums in S3 Puts
thanos-io/thanos#6746 bumped objstore, which bumped minio, which made Thanos incompatible with otherwise compliant S3 backends that do not support the x-amz-checksum header. This adds in a `SendChecksum` (open to naming changes) config entry to the S3 bucket config that allows turning off this header so that Thanos supports these backends. Signed-off-by: sinkingpoint <[email protected]>
- Loading branch information
1 parent
ff7faac
commit 66bb9ac
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters