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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This webpage provides documentation for the `DisableCrc32cChecksum` feature within the Google Cloud Storage C++ client library, spanning multiple versions."],["The latest version documented is 2.37.0-rc, while the oldest version listed is 2.11.0, covering a range of incremental releases in between."],["The `DisableCrc32cChecksum` feature allows users to disable the default CRC32C checksum computation during upload and download operations with the GCS client library."],["Disabling CRC32C checksums is discouraged due to the risk of data corruption, as MD5 hashes are also disabled by default."],["The page includes documentation on the `DisableCrc32cChecksum()` constructor and the static `name()` function which returns a character pointer."]]],[]]