Commit acb918e
authored
fix: send entire object checksums via upload methods (#1561)
fixes #1541 : Send entire object checksums via upload methods and remove it from Object properties.
* In recent release, v3.3.1 this library provided an option for users to specify entire object checksum before performing resumable upload. It introduced the bug #1541
* This PR is fixing it by providing the option to specify entire object checksum via upload methods - `upload_from_string`, `upload_from_file` and `upload_from_filename`.
* **Note**: Ability to specify entire upload checksum is applicable only for [Resumable Uploads](https://cloud.google.com/storage/docs/performing-resumable-uploads) , which in this library is applicable for uploads of object greater than 8 MiB1 parent b975732 commit acb918e
File tree
4 files changed
+268
-44
lines changed- google/cloud/storage
- tests
- system
- unit
4 files changed
+268
-44
lines changed
0 commit comments