We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09801e4 commit 0496a35Copy full SHA for 0496a35
storage/signed_urls/generate_signed_urls.py
@@ -65,7 +65,7 @@ def generate_signed_url(service_account_file, bucket_name, object_name,
65
service_account_file)
66
# [END storage_signed_url_signer]
67
client_email = google_credentials.service_account_email
68
- credential_scope = '{}/auto/gcs/goog4_request'.format(datestamp)
+ credential_scope = '{}/auto/storage/goog4_request'.format(datestamp)
69
credential = '{}/{}'.format(client_email, credential_scope)
70
# [END storage_signed_url_credentials]
71
0 commit comments