Gzip compression on write #757
Labels
api: storage
Issues related to the googleapis/python-storage API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
In many cases we need to use gzip compression to reduce data transmission and storage size. It would be very helpful to have the ability to compress the file without having to using bytesio to compress the file in memory before passing it to the client.
The text was updated successfully, but these errors were encountered: