Skip to content

Commit

Permalink
Use storage instead of gcs (#2020)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyn authored Feb 21, 2019
1 parent 09801e4 commit 0496a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/signed_urls/generate_signed_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def generate_signed_url(service_account_file, bucket_name, object_name,
service_account_file)
# [END storage_signed_url_signer]
client_email = google_credentials.service_account_email
credential_scope = '{}/auto/gcs/goog4_request'.format(datestamp)
credential_scope = '{}/auto/storage/goog4_request'.format(datestamp)
credential = '{}/{}'.format(client_email, credential_scope)
# [END storage_signed_url_credentials]

Expand Down

0 comments on commit 0496a35

Please sign in to comment.