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."],[[["The latest version available is 2.37.0-rc, which can be accessed via the provided link."],["The provided content lists multiple versions of the software, spanning from 2.11.0 up to the latest release candidate."],["The document discusses disabling CRC32C checksum computations within the Google Cloud Storage C++ client library."],["Disabling CRC32C checksums is possible but discouraged due to the risk of exposing the application to data corruption, especially when MD5 hashes are also disabled."],["The `DisableCrc32cChecksum` class has a constructor and static `name()` function, which returns a constant character pointer."]]],[]]