Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3bfad2c

Browse filesBrowse files
jakestambaughbusunkim96crwilcox
authored
storage: Fix docs for signed URL generation (GoogleCloudPlatform#3008)
Co-authored-by: Bu Sun Kim <8822365+busunkim96@users.noreply.github.com> Co-authored-by: Christopher Wilcox <crwilcox@google.com>
1 parent a9f4802 commit 3bfad2c
Copy full SHA for 3bfad2c

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎storage/cloud-client/storage_generate_upload_signed_url_v4.py

Copy file name to clipboardExpand all lines: storage/cloud-client/storage_generate_upload_signed_url_v4.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.