From a05ba46f82369153adbff30601b43d7f9a52f24a Mon Sep 17 00:00:00 2001 From: Zain Ahmad Khan Date: Mon, 26 Jan 2026 19:16:21 +0500 Subject: [PATCH] S3 Storage Path Style Fix Signed-off-by: Zain Ahmad Khan 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. --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 742a1f6d9..c65b58547 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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: