Skip to content

Commit ae029f4

Browse files

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

storage/cloud-client/storage_upload_file.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@
2222

2323
def upload_blob(bucket_name, source_file_name, destination_blob_name):
2424
"""Uploads a file to the bucket."""
25+
# The ID of your GCS bucket
2526
# bucket_name = "your-bucket-name"
27+
# The path to your file to upload
2628
# source_file_name = "local/path/to/file"
29+
# The ID of your GCS object
2730
# destination_blob_name = "storage-object-name"
2831

2932
storage_client = storage.Client()

0 commit comments

Comments
 (0)