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
38 stars 8 forks source link

Skip compression/decompression cycle in transfer_to #10

Closed william-silversmith closed 4 years ago

william-silversmith commented 4 years ago

This depends on the abilities of the source library. For example, google-cloud-python doesn't tell you the content-encoding without a second request.

william-silversmith commented 4 years ago

Depends on https://github.com/googleapis/python-storage/pull/204

william-silversmith commented 4 years ago

Done!