From 56ab5008e55aeaf0a8bc40d52ca113512a808510 Mon Sep 17 00:00:00 2001 From: HemangChothani Date: Thu, 17 Dec 2020 19:16:01 +0530 Subject: [PATCH] fix: pass the unused parameter --- 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 f7bf720c8..54f6c3043 100644 --- a/google/cloud/storage/blob.py +++ b/google/cloud/storage/blob.py @@ -2575,6 +2575,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(