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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["This webpage lists various versions of the Google Cloud Storage C++ client library, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["Each version entry links to the documentation for the `DisableCrc32cChecksum` struct within that specific version of the library."],["The `DisableCrc32cChecksum` feature allows users to disable CRC32C checksum computations for upload and download operations, which are enabled by default."],["Disabling CRC32C checksums while leaving MD5 hashes disabled is not recommended due to potential data integrity issues."],["The library has a static function called name() which returns a character string."]]],[]]