Skip to content

Commit

Permalink
GCS docs fixes (#9075)
Browse files Browse the repository at this point in the history
* Fix `gcs://` typo (it should be `gs://`)

* Fix `gcs_project` in URI version of `gs://` too
  • Loading branch information
benglewis committed Jun 15, 2024
1 parent d903c7a commit f9ca3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ GCS backend settings

GCS could be configured via the URL provided in :setting:`result_backend`, for example::

result_backend = 'gcs://mybucket/some-prefix?project=myproject&ttl=600'
result_backend = 'gs://mybucket/some-prefix?gcs_project=myproject&ttl=600'

This backend requires the following configuration directives to be set:

Expand Down

0 comments on commit f9ca3d0

Please sign in to comment.