File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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+
5562Troubleshoot connectivity
5663=========================
5764
You can’t perform that action at this time.
0 commit comments