Skip to content

DisableCrc32cChecksum doc refers to MD5 hashing #7027

@devjgm

Description

@devjgm

/**
* 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions