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:
Zain Ahmad Khan
2026-01-26 19:16:21 +05:00
committed by Émile Ré
parent db27c6763f
commit a05ba46f82

View File

@@ -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: