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-04-09 UTC."],[[["Version 2.37.0-rc is the latest release candidate for this documentation, representing the newest version available."],["The documentation covers versions from 2.11.0 up to the current release candidate, 2.37.0-rc, detailing specific functionalities."],["The `DisableCrc32cChecksum` feature allows disabling CRC32C checksum computations during data operations, such as upload and download."],["While disabling CRC32C checksums is possible, it is generally discouraged due to the potential for data corruption if MD5 hashes are also disabled."],["The `DisableCrc32cChecksum()` constructor is mentioned, as well as a `name()` function, with a return type of `char const *`."]]],[]]