[server] Mention more details around s3 provider config

This commit is contained in:
Manav Rathi 2024-05-26 04:50:18 +05:30
parent c2fc0a3d57
commit af382d483d
No known key found for this signature in database

View file

@ -95,6 +95,15 @@ db:
# Map of data centers # Map of data centers
# #
# Each data center also specifies which bucket in that provider should be used. # 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: s3:
# Override the primary and secondary hot storage. The commented out values # Override the primary and secondary hot storage. The commented out values
# are the defaults. # are the defaults.