|
/** |
|
* Disable MD5 Hashing computations. |
|
* |
|
* By default the GCS client library computes MD5 hashes in all |
|
* `Client::InsertObject` calls. The application can disable the hash |
|
* computation by passing this parameter. |
|
* |
|
* @warning Disabling MD5 hashing exposes your application to data corruption. |
|
* We recommend that all uploads to GCS are protected by the supported |
|
* checksums and/or hashes. |
|
*/ |
|
struct DisableCrc32cChecksum |
I'd fix but I don't know what the right documentation DisableCrc32cChecksum should be.
google-cloud-cpp/google/cloud/storage/hashing_options.h
Lines 97 to 108 in 790904f
I'd fix but I don't know what the right documentation
DisableCrc32cChecksumshould be.