seung-lab / cloud-files

Threaded Python and CLI client library for AWS S3, Google Cloud Storage (GCS), in-memory, and the local filesystem.
BSD 3-Clause "New" or "Revised" License
36 stars 8 forks source link

Multi-Part Ranges #68

Open william-silversmith opened 2 years ago

william-silversmith commented 2 years ago

I wonder if we can get a performance benefit by condensing some RANGE requests into multi-part ranges.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests#multipart_ranges

william-silversmith commented 2 years ago

Looks like GCS and S3 don't support these for some reason.