mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
[docs] Update config.yaml (#1499)
Made it more clear how GTS accesses S3 buckets
This commit is contained in:
parent
f3eb28a0f5
commit
674646b79e
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue