Skip to content

Commit f896acd

Browse files
alanyeelandrito
authored andcommitted
Update reference to bytes signing issue in blob.py (googleapis#3816)
1 parent 14f715c commit f896acd

File tree

1 file changed

+3
-3
lines changed
  • storage/google/cloud/storage

1 file changed

+3
-3
lines changed

storage/google/cloud/storage/blob.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,12 @@ def generate_signed_url(self, expiration, method='GET',
241241
.. note::
242242
243243
If you are on Google Compute Engine, you can't generate a signed
244-
URL. Follow `Issue 922`_ for updates on this. If you'd like to
244+
URL. Follow `Issue 50`_ for updates on this. If you'd like to
245245
be able to generate a signed URL from GCE, you can use a standard
246246
service account from a JSON file rather than a GCE service account.
247247
248-
.. _Issue 922: https://github.com/GoogleCloudPlatform/\
249-
google-cloud-python/issues/922
248+
.. _Issue 50: https://github.com/GoogleCloudPlatform/\
249+
google-auth-library-python/issues/50
250250
251251
If you have a blob that you want to allow access to for a set
252252
amount of time, you can use this method to generate a URL that

0 commit comments

Comments
 (0)