-
Notifications
You must be signed in to change notification settings - Fork 9
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
Comments
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? |
Is there a limitation on uploaded object size given that multipart upload is not part of API? |
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. |
thx, good to know (just thinking out loud: then for S3 that's 5GB max) |
Howdy,
Love the bindings so far! Are there any plans to add support for put_multipart?
Cheers
The text was updated successfully, but these errors were encountered: