-
Notifications
You must be signed in to change notification settings - Fork 212
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
Add support for gzip transcoding #924
Conversation
Looks like need retry test suite - error from github git. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you very much for contributing!
obj := Object{ | ||
ObjectAttrs: ObjectAttrs{ | ||
BucketName: bucketName, | ||
Name: objName, | ||
ContentType: metadata.ContentType, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this the fix for #532?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope so :)
Thanks for contributing! |
https://cloud.google.com/storage/docs/transcoding
Closes #851.
Closes #532.