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 various versions of the `DisableCrc32cChecksum` feature, ranging from version 2.11.0 to 2.37.0-rc."],["The latest release candidate for this feature is version 2.37.0-rc, which can be viewed at a hyperlinked path."],["By default, the Google Cloud Storage (GCS) client library computes CRC32C checksums during uploads and downloads, but this can be disabled with this feature."],["Disabling both MD5 and CRC32C checksums exposes the application to potential data corruption, so the use of CRC32C checksums for uploads and downloads from GCS is highly recommended."],["The `DisableCrc32cChecksum` feature includes a constructor and a static `name()` function that returns a `char const *` type."]]],[]]