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 provides documentation for the `DisableCrc32cChecksum` feature within the Google Cloud Storage C++ client library, spanning multiple versions."],["Version 2.37.0-rc is the latest release candidate, while 2.13.0 is the initial version on this page."],["Disabling CRC32C checksums can be achieved with the `DisableCrc32cChecksum` option, although it's discouraged due to potential data corruption risks if MD5 hashes are also disabled."],["The default behavior of the GCS client library is to compute CRC32C checksums for all upload and download operations, offering data integrity."],["The webpage provides the documentation for the struct `DisableCrc32cChecksum()` along with the function `static name()`."]]],[]]