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

Support for compression during upload (and compressed storage) #2

Open
tpoindessous opened this issue Mar 17, 2021 · 2 comments
Open

Comments

@tpoindessous
Copy link
Contributor

Hi

GCS and gsutil support compression before upload : files are compressed and uploaded. They are stored compressed and then GCS knows if it can be served compressed or uncompressed.

https://cloud.google.com/storage/docs/transcoding

It would be nice if this plugin can support that.

@leonstafford
Copy link
Contributor

Great idea! Sounds like it should be possible. I'm going to be a while longer on core plugin improvements, but happy to accept a pull request for this.

@tpoindessous
Copy link
Contributor Author

Ok, I will look at it, if I can.

Beware that we should check that librairie don't add "no-transform" header , like gsutil does GoogleCloudPlatform/gsutil#480

thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants