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

Add support for put_multipart #13

Open
rupurt opened this issue Apr 5, 2024 · 4 comments
Open

Add support for put_multipart #13

rupurt opened this issue Apr 5, 2024 · 4 comments

Comments

@rupurt
Copy link
Contributor

rupurt commented Apr 5, 2024

Howdy,

Love the bindings so far! Are there any plans to add support for put_multipart?

Cheers

@rupurt
Copy link
Contributor Author

rupurt commented Apr 5, 2024

I've started a PR to try and add these functions in #14. Do you have any suggestions or docs on how I should be adding these?

@arogozhnikov
Copy link

Is there a limitation on uploaded object size given that multipart upload is not part of API?

@roeap
Copy link
Owner

roeap commented Aug 5, 2024

there should not be other then the upstream store. of course very large objects can always fail since there is more room for network errors during a large time period ..

That said, multi-part uploads mainly allow for parallelizing the upload and should have a significant performance impact on large amounts of data - especially for single very large files.

@arogozhnikov
Copy link

there should not be other then the upstream store

thx, good to know (just thinking out loud: then for S3 that's 5GB max)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants