Skip to content

Commit f029e50

Browse files
authored
[docs/gcloud] (#1459)
Set generate_signed_url url to a working one.
1 parent 48702fa commit f029e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backends/gcloud.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Settings
213213
the credentials provided to django-storages (See :ref:`GS Credentials <gs-creds>`).
214214

215215
Note: Default Google Compute Engine (GCE) Service accounts are
216-
`unable to sign urls <https://googlecloudplatform.github.io/google-cloud-python/latest/storage/blobs.html#google.cloud.storage.blob.Blob.generate_signed_url>`_.
216+
`unable to sign urls <https://cloud.google.com/python/docs/reference/storage/latest/google.cloud.storage.blob.Blob#google_cloud_storage_blob_Blob_generate_signed_url>`_.
217217

218218
The ``expiration`` value is handled by the underlying `Google library <https://googlecloudplatform.github.io/google-cloud-python/latest/storage/blobs.html#google.cloud.storage.blob.Blob.generate_signed_url>`_.
219219
It supports `timedelta`, `datetime`, or `integer` seconds since epoch time.

0 commit comments

Comments
 (0)