From f55a00ecef6d9b4047ea483df881eff9066370bf Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 15 Dec 2022 15:57:29 -0700 Subject: Start documenting 0.6 changes --- docs/installation.rst | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'docs/installation.rst') diff --git a/docs/installation.rst b/docs/installation.rst index f8b8937..3fdda0d 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -142,22 +142,14 @@ Google Cloud Storage To use GCS, provide a URL like: -* ``gcs://bucket-name`` +* ``gs:///bucket-name`` The GCS backend currently only supports implicit authentication (from the standard Google authentication environment variables, or machine roles). -Note that the bucket name only has two slashes before it - we will move this to -be three soon, like the S3 backend, but will notify you in release notes when -this changes and will allow the existing pattern to work for a while. - Your bucket must be set to world-readable and have individual object permissions disabled. - * If it is set to ``s3://``, it must be in the form - ``s3://access-key:secret-key@endpoint-url/bucket-name``. Your bucket must - permit publically-readable files to be uploaded. - Local Directory ############### -- cgit v1.2.3