summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--example/config.yaml4
1 files changed, 3 insertions, 1 deletions
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"