Disable CRC32C checksum computations.
By default the GCS client library computes CRC32C checksums in all upload and download operations. The application can use this option to disable the checksum computation.
- Warning
- MD5 hashes are disabled by default, as they are computationally expensive, and CRC32C checksums provide enough data integrity protection for most applications. Disabling CRC32C checksums while MD5 hashes remain disabled exposes your application to data corruption. We recommend that all uploads to GCS and downloads from GCS use CRC32C checksums.