diff options
author | 2023-02-15 13:26:18 +0100 | |
---|---|---|
committer | 2023-02-15 13:26:18 +0100 | |
commit | 674646b79e15ff74f11f2a6cb170a865282d9651 (patch) | |
tree | 504fef4b3d06e691c4f21b043f3b5e5ec4e4b160 | |
parent | [docs] Suggest confirming host option in config (#1502) (diff) | |
download | gotosocial-674646b79e15ff74f11f2a6cb170a865282d9651.tar.xz |
[docs] Update config.yaml (#1499)
Made it more clear how GTS accesses S3 buckets
-rw-r--r-- | example/config.yaml | 4 |
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" |