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-04-02 UTC."],[[["The webpage provides documentation for the `DisableCrc32cChecksum` feature within the Google Cloud Storage C++ client library, spanning versions from 2.11.0 to 2.37.0-rc."],["The `DisableCrc32cChecksum` feature allows users to turn off the computation of CRC32C checksums during file upload and download operations, which are enabled by default."],["Disabling CRC32C checksums is discouraged as it may expose applications to data corruption if MD5 hashes are also disabled, and CRC32C checksums offer essential data integrity."],["The `DisableCrc32cChecksum` feature includes a constructor and a static `name()` function, which can be used to set the checksums to be disabled, with the function returning a `char const *`."],["The latest release is version 2.37.0-rc, while the oldest listed is version 2.11.0."]]],[]]