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-21 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 *."]]],[]]