cloud-files
cloud-files copied to clipboard
Multipart Uploads / Composite Uploads
It'd be nice if CF could transparently take advantage of multipart uploads for very large files.
https://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html https://cloud.google.com/storage/docs/composite-objects
For google, this capability seems to be you upload smaller individual files then compose them into a single unit. That could be pretty useful for multi-process upload, less so for multi-threaded upload.
Resolved in https://github.com/seung-lab/cloud-files/pull/86 and https://github.com/seung-lab/cloud-files/pull/85