[docs] Update config.yaml (#1499)

Made it more clear how GTS accesses S3 buckets
This commit is contained in:
wioxjk 2023-02-15 13:26:18 +01:00 committed by GitHub
parent f3eb28a0f5
commit 674646b79e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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"
advanced-throttling-retry-after: "30s"