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-07 UTC."],[[["The latest version available is 2.37.0-rc, which can be accessed via the provided link."],["The page provides access to documentation for a range of versions, from 2.37.0-rc down to 2.11.0."],["The content details the use of the `DisableCrc32cChecksum` feature in Google Cloud Storage (GCS) C++ client library, which, when enabled, disables CRC32C checksum calculations during data operations."],["Disabling CRC32C checksums is discouraged, as it exposes the application to potential data corruption, especially with MD5 hashes being disabled by default."],["The page provides a static name() function for the DisableCrc32cChecksum, which has a return type of char const *."]]],[]]