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

Implement multipart support in Google Cloud storage backend #53

Open
3 tasks
shevron opened this issue Nov 16, 2020 · 0 comments
Open
3 tasks

Implement multipart support in Google Cloud storage backend #53

shevron opened this issue Nov 16, 2020 · 0 comments

Comments

@shevron
Copy link
Contributor

shevron commented Nov 16, 2020

Following up on #11 and #51 (multipart on Azure), we should implement multipart for GCS as well.

Tasks

  • A little bit research on Google Cloud's resumable uploads feature; Do not be confused by GCS's support for "multipart uploads" - this is unrelated and is related to uploading from a browser using multipart/form-data payload encoding.

  • Implement MultipartStorage on GoogleCloudStorage

  • Add tests (VCR) with mutlipart setup

Also, consider some refactoring of the boundary between transfer adapters and storage adapters, and fixing of "Verify" actions conflicting between Basic and Multipart transfers when both are enabled (and they should always both be enabled).

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

1 participant