Add forcepathstyle config for s3 (#1533)

* Add forcepathstyle config for s3

* Bump chart version

* Fix typos in s3 config struct
This commit is contained in:
vapod
2020-02-11 03:03:25 +03:00
committed by GitHub
parent ba40b8f76d
commit 4530a58359
9 changed files with 18 additions and 3 deletions
+4
View File
@@ -167,6 +167,10 @@ After this you can pass your credentials inside `config.toml` file. If the acce
# S3 Bucket to use for storage
# Env override: ATHENS_S3_BUCKET_NAME
Bucket = "MY_S3_BUCKET_NAME"
# If true then path style url for s3 endpoint will be used
# Env override: AWS_FORCE_PATH_STYLE
ForcePathStyle = false
# If true then the default aws configuration will be used. This will
# attempt to find credentials in the environment, in the shared