Skip to content

Commit 64f11a7

Browse files
author
remi Taylor
committed
Align upload_file snippet method parameters
1 parent a20f7b8 commit 64f11a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/files.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def list_bucket_contents_with_prefix project_id:, bucket_name:, prefix:
4949
end
5050

5151
def upload_file project_id:, bucket_name:, local_file_path:,
52-
storage_file_path:
52+
storage_file_path:
5353
# [START upload_file]
5454
# project_id = "Your Google Cloud project ID"
5555
# bucket_name = "Your Google Cloud Storage bucket name"

0 commit comments

Comments
 (0)