-
Notifications
You must be signed in to change notification settings - Fork 76
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
s3: add DisableMultipart option #100
Conversation
9024683
to
7ac9dcf
Compare
7ac9dcf
to
3ab10f4
Compare
anyone to look at this please ? |
I'd like a review if that's possible please :) |
Hi @fatpat, thanks for the contribution. May I know the usecase for disabling it? And maybe it is worth checking the conflicts since I just merged another pr. |
3ab10f4
to
61f961b
Compare
Hello @yeya24, I just rebase. The motivation comes from a need in mimir that use objstore as a dependency. For the motivation I'll copy the justifcation I wrote on the mimir PR 7350:
|
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.
Thanks
Thanks to you for approving. Who can click on the merge button? 👌 |
I am waiting to see if I can get another pair of eyes on this... |
@@ -181,6 +181,7 @@ config: | |||
list_objects_version: "" | |||
bucket_lookup_type: auto | |||
send_content_md5: true | |||
disable_multipart: false |
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.
A bit unfortunate that we have to use a double negation, but I don't see another way to preserve backwards compatibility.
61f961b
to
3113cf9
Compare
any news on this ? @yeya24 ? |
Sorry I forgot to merge it. Thanks for the reminder. |
do you want me to rebase the PR ? |
I am not sure why this pr didn't get auto merged. Maybe rebase will help |
Signed-off-by: Jérôme LOYET <822436+fatpat@users.noreply.github.com>
3113cf9
to
24f3dea
Compare
done |
Changes
Verification
Checked that the uploaded object was not upload with multipart