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

feat: support for GCS composite uploads #86

Merged
merged 14 commits into from
Apr 19, 2023

Conversation

william-silversmith
Copy link
Contributor

@william-silversmith william-silversmith commented Apr 19, 2023

Transparently handles large uploads (>=100MB) on GCS by using the composite upload feature. This splits uploads into 100MB parts and then merges them 32 parts at a time recursively. The smaller part files are deleted.

Part format: filename.{depth}.{partno}.part

A few other goodies are added here:

  • Faster local file transfers
  • FileInterface also accepts a file handle
  • Fixes broken transcoding for single files on CLI
  • Transfers of compressed files from GCS to local fs will get a compression suffix

@william-silversmith william-silversmith self-assigned this Apr 19, 2023
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 this pull request may close these issues.

1 participant