Skip to content

Commit c9870a6

Browse files
feat(docs): add custom gcs endpoint to gcs setup page
1 parent 9d605cb commit c9870a6

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

dist/etc/scylla-manager-agent.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@
172172
# if possible, otherwise set path to credentials here.
173173
# service_account_file: /etc/scylla-manager-agent/gcs-service-account.json
174174
#
175+
# Endpoint for GCS API, only relevant when using GCS compatible API.
176+
# Example default endpoint: https://storage.googleapis.com.
177+
# Example custom endpoint: http://localhost:32811.
178+
# endpoint:
179+
#
175180
# The storage class to use when storing new objects in Google Cloud Storage.
176181
# storage_class:
177182

docs/source/backup/setup-gcs.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ Use `this instruction <https://cloud.google.com/docs/authentication/production#m
5252
5353
scylla-manager-agent check-location --location gcs:<your GCS bucket name>
5454
55+
Additional features
56+
===================
57+
58+
You can enable additional Google Cloud Storage features such as **storage class** or **endpoint**.
59+
Those need to be enabled on per Agent basis in the configuration file.
60+
Check out the ``gcs`` section in :doc:`ScyllaDB Manager Agent Config file <../config/scylla-manager-agent-config>`.
61+
5562
Troubleshoot connectivity
5663
=========================
5764

0 commit comments

Comments
 (0)