-
Notifications
You must be signed in to change notification settings - Fork 544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add S3 part-size flag to configure the S3 minimum file size in bytes used for multipart uploads #6592
Conversation
thanks for the contribution! Can you share some details for how this config is helping? perhaps we can improve the default value and avoid increasing the config surface |
Thank you for quick replay. This parameter is already available in Thanos S3 provider, however, we would like to use Mimir. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thank you for working on this!
What this PR does
It adds S3 part-size flag to configure the S3 minimum file size in bytes used for multipart uploads
Which issue(s) this PR fixes or relates to
N/A
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]