Skip to content

Commit

Permalink
Update reference to bytes signing issue in blob.py (#3816)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanyee authored and dhermes committed Aug 15, 2017
1 parent 0723a9c commit 3facccb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions storage/google/cloud/storage/blob.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,12 @@ def generate_signed_url(self, expiration, method='GET',
.. note::
If you are on Google Compute Engine, you can't generate a signed
URL. Follow `Issue 922`_ for updates on this. If you'd like to
URL. Follow `Issue 50`_ for updates on this. If you'd like to
be able to generate a signed URL from GCE, you can use a standard
service account from a JSON file rather than a GCE service account.
.. _Issue 922: https://github.com/GoogleCloudPlatform/\
google-cloud-python/issues/922
.. _Issue 50: https://github.com/GoogleCloudPlatform/\
google-auth-library-python/issues/50
If you have a blob that you want to allow access to for a set
amount of time, you can use this method to generate a URL that
Expand Down

0 comments on commit 3facccb

Please sign in to comment.