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."],[[["The webpage documents various versions of the `DisableCrc32cChecksum` struct, ranging from version 2.11.0 up to the release candidate 2.37.0-rc."],["`DisableCrc32cChecksum` allows users to disable the computation of CRC32C checksums in Google Cloud Storage (GCS) client operations, which is enabled by default."],["Disabling CRC32C checksums is discouraged because it may expose data corruption, especially if MD5 hashes are also disabled."],["The struct provides a static `name()` function, which is expected to return a character pointer, though its specific usage is not described."],["Each listed version corresponds to a specific documentation page regarding the `DisableCrc32cChecksum` feature for that particular release."]]],[]]