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 webpage provides access to documentation for numerous versions of the storage library, ranging from version 2.11.0 up to the latest version."],["The `DisableCrc32cChecksum` feature, which is documented across the provided versions, is used to stop the computation of CRC32C checksums during storage operations, which are computed by default."],["Disabling CRC32C checksums is generally not recommended as it can expose applications to data corruption, especially if MD5 hashes are also disabled."],["The documentation covers the constructor and functions of `DisableCrc32cChecksum`, like the `name()` function that returns the type `char const *`."]]],[]]