If set, an MD5 digest is automatically computed for the content being uploaded.
| C# |
public PutObjectRequest WithGenerateChecksum( bool fGenerateMD5Digest )
- fGenerateMD5Digest (Boolean)
- True to auto-generate a digest
this instance
This is a computationally expensive operation, and will add to the total time it will take to upload
data to S3. Please use this option judicially.