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

Gzip compression on write #757

Open
dustyny opened this issue Apr 6, 2022 · 1 comment
Open

Gzip compression on write #757

dustyny opened this issue Apr 6, 2022 · 1 comment
Assignees
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.

Comments

@dustyny
Copy link

dustyny commented Apr 6, 2022

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.

@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/python-storage API. label Apr 6, 2022
@yoshi-automation yoshi-automation added the triage me I really want to be triaged. label Apr 7, 2022
@BenWhitehead BenWhitehead added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p2 Moderately-important priority. Fix may not be included in next release. and removed triage me I really want to be triaged. labels Apr 7, 2022
@BenWhitehead
Copy link
Contributor

Assigning to @andrewsg for prioritization as a new feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

4 participants