google-cloud-rust icon indicating copy to clipboard operation
google-cloud-rust copied to clipboard

Decompressive transcoding

Open coryan opened this issue 8 months ago • 0 comments

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.

coryan avatar May 08 '25 22:05 coryan