From 231995be8a5ddc9804b2214bf122265fe45baa6c Mon Sep 17 00:00:00 2001 From: PiotrWegrzyn Date: Thu, 10 Oct 2024 01:53:42 +0200 Subject: [PATCH] Update gcloud.rst Set generate_signed_url url to a working one. --- docs/backends/gcloud.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backends/gcloud.rst b/docs/backends/gcloud.rst index 962298eb0..500675df0 100644 --- a/docs/backends/gcloud.rst +++ b/docs/backends/gcloud.rst @@ -213,7 +213,7 @@ Settings the credentials provided to django-storages (See :ref:`GS Credentials `). Note: Default Google Compute Engine (GCE) Service accounts are - `unable to sign urls `_. + `unable to sign urls `_. The ``expiration`` value is handled by the underlying `Google library `_. It supports `timedelta`, `datetime`, or `integer` seconds since epoch time.