S3 Storage Path Style Fix
Signed-off-by: Zain Ahmad Khan <niazi_zain@hotmail.com> AWS_USE_PATH_STYLE for docker had a code missing in entrypoint.sh which If not provided doesn't let us use minio or any other Storage with Probo Docker.
This commit is contained in:
committed by
Émile Ré
parent
db27c6763f
commit
a05ba46f82
@@ -135,6 +135,7 @@ $(echo "${SAML_PRIVATE_KEY:-}" | sed 's/^/ /')
|
||||
access-key-id: "${AWS_ACCESS_KEY_ID:-}"
|
||||
secret-access-key: "${AWS_SECRET_ACCESS_KEY:-}"
|
||||
endpoint: "${AWS_ENDPOINT:-}"
|
||||
use-path-style: ${AWS_USE_PATH_STYLE:-false}
|
||||
|
||||
notifications:
|
||||
mailer:
|
||||
|
||||
Reference in New Issue
Block a user