From f029e50eeddb0c9b8c1c1ba110a60a92df188c44 Mon Sep 17 00:00:00 2001 From: PiotrWegrzyn Date: Fri, 18 Oct 2024 05:13:42 +0200 Subject: [PATCH] [docs/gcloud] (#1459) 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 962298eb..500675df 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.