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 provides documentation for the `DisableCrc32cChecksum` feature within the Google Cloud Storage C++ client library, spanning multiple versions."],["The primary function of `DisableCrc32cChecksum` is to turn off CRC32C checksum computations during upload and download operations."],["Disabling CRC32C checksums is generally discouraged, as it increases the risk of data corruption, especially when MD5 hashes are also disabled."],["The page details the availability of this feature across versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The page includes a `name()` static function, which appears to be used for internal identification, returning a `char const *` but does not provide a specific description."]]],[]]