diff options
Diffstat (limited to 'example/config.yaml')
| -rw-r--r-- | example/config.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/example/config.yaml b/example/config.yaml index ab9476700..c2f9667c3 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -749,6 +749,19 @@ storage-s3-secret-key: "" # Default: "" storage-s3-bucket: "" +# String. Bucket lookup type. +# +# If you know what kind of bucket lookup type you need you can specify it here. +# +# Many providers are no longer offering path-style bucket access and only subdomain-style. Then, +# you will need to specify "dns" here instead of the default "auto". +# +# If your provider only supports path-style bucket access, specify "path". +# +# Examples: ["path", "dns", "auto"] +# Default: "auto" +storage-s3-bucket-lookup: "auto" + ########################### ##### STATUSES CONFIG ##### ########################### |
