Skip to content

Commit 5c60d24

Browse files
fix: pass the unused parameter (#349)
Co-authored-by: Frank Natividad <[email protected]>
1 parent 2d9939b commit 5c60d24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

google/cloud/storage/blob.py

+1
Original file line numberDiff line numberDiff line change
@@ -2577,6 +2577,7 @@ def upload_from_string(
25772577
if_metageneration_match=if_metageneration_match,
25782578
if_metageneration_not_match=if_metageneration_not_match,
25792579
timeout=timeout,
2580+
checksum=checksum,
25802581
)
25812582

25822583
def create_resumable_upload_session(

0 commit comments

Comments
 (0)