Skip to content

Commit

Permalink
[docs/gcloud] add caveat about maximum value of GS_EXPIRATION in v4 (#…
Browse files Browse the repository at this point in the history
…1202)

Co-authored-by: Shahbaz Khan <shahbazkhan185@gmail.com>
  • Loading branch information
jschneier and databaaz committed Dec 23, 2022
1 parent 4ad22c3 commit ca228c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/backends/gcloud.rst
Expand Up @@ -204,6 +204,7 @@ Note: Default Google Compute Engine (GCE) Service accounts are
The ``GS_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>`_.
It supports `timedelta`, `datetime`, or `integer` seconds since epoch time.

Note: The maximum value for this option is 7 days (604800 seconds) in version `v4` (See this `Github issue <https://github.com/googleapis/python-storage/issues/456#issuecomment-856884993>`_)

Usage
-----
Expand Down

0 comments on commit ca228c8

Please sign in to comment.