Skip to content

Commit 3bfad2c

Browse files
jakestambaughbusunkim96crwilcox
authored
storage: Fix docs for signed URL generation (#3008)
Co-authored-by: Bu Sun Kim <[email protected]> Co-authored-by: Christopher Wilcox <[email protected]>
1 parent a9f4802 commit 3bfad2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/cloud-client/storage_generate_upload_signed_url_v4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def generate_upload_signed_url_v4(bucket_name, blob_name):
3939
version="v4",
4040
# This URL is valid for 15 minutes
4141
expiration=datetime.timedelta(minutes=15),
42-
# Allow GET requests using this URL.
42+
# Allow PUT requests using this URL.
4343
method="PUT",
4444
content_type="application/octet-stream",
4545
)

0 commit comments

Comments
 (0)