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 a comprehensive list of versions for a specific C++ library component related to Google Cloud Storage, starting from version 2.11.0 and going up to the latest release candidate, 2.37.0-rc."],["Each listed version links to documentation for the `DisableCrc32cChecksum` struct, which is used to control the disabling of CRC32C checksum computations."],["By default, the Google Cloud Storage client library computes CRC32C checksums, but this feature can be disabled using this struct."],["Disabling CRC32C checksums without enabling MD5 hashes is discouraged due to potential data corruption risks, and it's highly advised to utilize CRC32C checksums for data integrity."],["The struct `DisableCrc32cChecksum` has a static `name()` function which returns the name of the struct."]]],[]]