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."],[[["This webpage provides documentation for the `DisableCrc32cChecksum` feature across multiple versions, ranging from 2.11.0 to the latest release candidate 2.37.0-rc, with each version linking to its respective documentation."],["The `DisableCrc32cChecksum` functionality is designed to allow users to disable CRC32C checksum computations in upload and download operations within the Google Cloud Storage (GCS) client library, which are enabled by default."],["Disabling CRC32C checksums, while MD5 hashes are also disabled, is not recommended due to potential data integrity issues, as CRC32C checksums are the preferred method of data verification for GCS operations."],["The documentation includes a description of the `DisableCrc32cChecksum` class, its constructor, and a static `name()` function that returns a `char const *` type."]]],[]]