Comparing v1.39.0...v1.40.0 · googleapis/python-storage
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
- 6 commits
- 27 files changed
- 5 contributors
Commits on Jun 30, 2021
-
fix: replace default retry for upload operations (#480)
* fix: revise upload operations preconditions to if_generation_match * fix docstrings * add retry configuration to blob.create_resumable_upload_session * align var values in test * test coverage * Revert "test coverage" This reverts commit e91916f. * Revert "align var values in test" This reverts commit aec585b. * Revert "add retry configuration to blob.create_resumable_upload_session" This reverts commit 8c1ae3c. * revise tests after reverting