Skip to content
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

Allow uploading using a single PutObject request (i.e. disable multipart upload) #653

Open
BobDu opened this issue Nov 30, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@BobDu
Copy link

BobDu commented Nov 30, 2023

Tell us more about this new feature.

multipart upload mode object etag not equeals file md5,
hope support a option, can choose single PUT operation mode.
like --no-multipart

@BobDu BobDu added the enhancement New feature or request label Nov 30, 2023
@dannycjones
Copy link
Contributor

Hey, thank you for the feature request. We'll look into this.

Do you currently have a workflow in mind that you can share? Do you compute the MD5 in some separate system and expect it to match?

@BobDu
Copy link
Author

BobDu commented Dec 13, 2023

Yes, you are right
We implemented a service to detect whether files in s3 have changed, by calculating file MD5
@dannycjones

@dannycjones dannycjones changed the title Add support single PUT mode (disable multipart upload) Allow uploading using a single PutObject request (i.e. disable multipart upload) Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants