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 chunked blob upload support to libcloud #219

Closed
c-w opened this issue Aug 20, 2019 · 1 comment · Fixed by #276
Closed

Add chunked blob upload support to libcloud #219

c-w opened this issue Aug 20, 2019 · 1 comment · Fixed by #276
Assignees

Comments

@c-w
Copy link
Member

c-w commented Aug 20, 2019

To support uploads of >100 MB in Azure Blob Storage, multi-chunk uploads are required. Libcloud used to support this via _upload_in_chunks but this method is currently not used. We should fix libcloud's Azure Storage driver and implement multi-chunk upload.

@c-w
Copy link
Member Author

c-w commented Jan 4, 2020

Implemented in apache/libcloud#1400

@c-w c-w closed this as completed in #276 Jan 9, 2020
c-w pushed a commit that referenced this issue Apr 28, 2020
* Update werkzeug from 0.15.6 to 0.16.0

* Update environs from 5.2.1 to 6.0.0
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

Successfully merging a pull request may close this issue.

1 participant