-
Notifications
You must be signed in to change notification settings - Fork 119
Decompressive transcoding #2051
Copy link
Copy link
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Milestone
Description
Over HTTP+JSON Google Cloud Storage can automatically decompress objects. We need a way to disable this decompression, to detect that is happening, and then all kinds of things do not work:
- Ranged reads (and therefore resumes) do not work well.
- Checksums do not work.
These things need to be disabled if we detect decompressive transcoding is happening.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.