From 674646b79e15ff74f11f2a6cb170a865282d9651 Mon Sep 17 00:00:00 2001 From: wioxjk Date: Wed, 15 Feb 2023 13:26:18 +0100 Subject: [PATCH] [docs] Update config.yaml (#1499) Made it more clear how GTS accesses S3 buckets --- example/config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example/config.yaml b/example/config.yaml index 3b84feb70..48aa021d3 100644 --- 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"