Skip to content

Commit

Permalink
fix: pass the unused parameter (#349)
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Natividad <frankyn@users.noreply.github.com>
  • Loading branch information
HemangChothani and frankyn committed Feb 3, 2021
1 parent 2d9939b commit 5c60d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions google/cloud/storage/blob.py
Expand Up @@ -2577,6 +2577,7 @@ def upload_from_string(
if_metageneration_match=if_metageneration_match,
if_metageneration_not_match=if_metageneration_not_match,
timeout=timeout,
checksum=checksum,
)

def create_resumable_upload_session(
Expand Down

0 comments on commit 5c60d24

Please sign in to comment.