google-cloud-rust
google-cloud-rust copied to clipboard
Decompressive transcoding
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.