gtsocial-umbx

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 674646b79e15ff74f11f2a6cb170a865282d9651
parent f3eb28a0f57e1e6a193ec7648573d50b852a735d
Author: wioxjk <jonathan@selea.se>
Date:   Wed, 15 Feb 2023 13:26:18 +0100

[docs] Update config.yaml (#1499)

Made it more clear how GTS accesses S3 buckets
Diffstat:
Mexample/config.yaml | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/example/config.yaml b/example/config.yaml @@ -458,6 +458,8 @@ storage-local-base-path: "/gotosocial/storage" # String. API endpoint of the S3 compatible service. # Only required when running with the s3 storage backend. # Examples: ["minio:9000", "s3.nl-ams.scw.cloud", "s3.us-west-002.backblazeb2.com"] +# GoToSocial uses "DNS-style" when accessing buckets. +# If you are using Scaleways object storage, please remove the "bucket name" from the endpoint address # Default: "" storage-s3-endpoint: "" @@ -766,4 +768,4 @@ advanced-throttling-multiplier: 8 # # Examples: [30s, 10s, 5s, 1m] # Default: 30s -advanced-throttling-retry-after: "30s" -\ No newline at end of file +advanced-throttling-retry-after: "30s"