From 8cb54a5a0d5992e53655d7da2e8a7987d876d740 Mon Sep 17 00:00:00 2001 From: Josh Sandlin Date: Tue, 28 Jul 2026 16:11:08 -0400 Subject: [PATCH] force path style --- ansible/templates/zot-config.json.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ansible/templates/zot-config.json.j2 b/ansible/templates/zot-config.json.j2 index 3911c2b..01f98d3 100644 --- a/ansible/templates/zot-config.json.j2 +++ b/ansible/templates/zot-config.json.j2 @@ -11,7 +11,8 @@ "regionendpoint": "{{ s3_endpoint }}", "accesskey": "{{ s3_access_key }}", "secretkey": "{{ s3_secret_key }}", - "secure": true + "secure": true, + "forcepathstyle": true } }, "http": {