We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there support for S3 Multipart uploads? I can't find anything in the docs.
The text was updated successfully, but these errors were encountered:
There were some efforts to make it work, but they turned out inconsistent on 2.x branch, because of the initial architecture.
It is possible on 3.x branch, by intercepting a chunk, processing it according to S3 Multipart requirements and then continuing the upload.
We are releasing v2.3.2 today. And stable v3.1.1 should follow somewhat later this week. Once it's out I will prepare a demo for S3 Multipart.
Sorry, something went wrong.
Thanks!
@jayarjo are you able to work on demo for s3 multipart? If you can give me hint and I can try it out from my end.
No branches or pull requests
Is there support for S3 Multipart uploads? I can't find anything in the docs.
The text was updated successfully, but these errors were encountered: