From af382d483dd4946659137602cb587f9bb6aa5f14 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sun, 26 May 2024 04:50:18 +0530 Subject: [PATCH] [server] Mention more details around s3 provider config --- server/configurations/local.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/server/configurations/local.yaml b/server/configurations/local.yaml index 87502c271..fe29b9248 100644 --- a/server/configurations/local.yaml +++ b/server/configurations/local.yaml @@ -95,6 +95,15 @@ db: # Map of data centers # # Each data center also specifies which bucket in that provider should be used. +# +# If you're not using replication (it is off by default), you only need to +# provide valid credentials for the first entry (the default hot storage, +# "b2-eu-cen"). +# +# Note that you need to use the same key names (e.g. "b2-eu-cen") as below. The +# values and the S3 provider itself can any arbitrary S3 storage, it is not tied +# to the region (eu-cen) or provider (b2, wasabi), but for historical reasons +# the key names have to be one of those in the list below. s3: # Override the primary and secondary hot storage. The commented out values # are the defaults.