mimir
mimir copied to clipboard
S3 multipart enchancement
What this PR does
Allow to disable multipart uploads in storage provider and in tools and to configure part size in tools.
note: a PR has been submitted to thanos-io/objstore (https://github.com/thanos-io/objstore/pull/100) to add DisableMultipart
option. I've backport the patch manually in vendor/ while waiting for this PR to be merged.
Checklist
- [ ] Tests updated.
- [ ] Documentation added.
- [X]
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]
. - [ ]
about-versioning.md
updated with experimental features.
Thanks for the PR! I've converted it to a draft until the upstream Thanos objstore PR is merged.
The CHANGELOG has just been cut to prepare for the next Mimir release. Please rebase main
and eventually move the CHANGELOG entry added / updated in this PR to the top of the CHANGELOG document. Thanks!
Thanks for the PR! I've converted it to a draft until the upstream Thanos objstore PR is merged.
upstream PR has been merged and updated in mimir modules.
I put the PR as ready to review