From 5c60d240aa98d2a1dcc6933d6da2ce60ea1b7559 Mon Sep 17 00:00:00 2001 From: HemangChothani <50404902+HemangChothani@users.noreply.github.com> Date: Wed, 3 Feb 2021 16:49:09 -0500 Subject: [PATCH] fix: pass the unused parameter (#349) Co-authored-by: Frank Natividad --- google/cloud/storage/blob.py | 1 + 1 file changed, 1 insertion(+) diff --git a/google/cloud/storage/blob.py b/google/cloud/storage/blob.py index 8564f8e0d..6127411df 100644 --- a/google/cloud/storage/blob.py +++ b/google/cloud/storage/blob.py @@ -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(