From 2c62e35f1a84e480b2551311c216b23762b03c2e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sat, 9 Nov 2024 20:59:06 +0100 Subject: [PATCH] ff --- roles/mgrote_minio_configure/templates/policy_rw.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mgrote_minio_configure/templates/policy_rw.j2 b/roles/mgrote_minio_configure/templates/policy_rw.j2 index 84d46209..f78152cb 100644 --- a/roles/mgrote_minio_configure/templates/policy_rw.j2 +++ b/roles/mgrote_minio_configure/templates/policy_rw.j2 @@ -32,7 +32,7 @@ "s3:PutObject" ], "Resource": [ - "arn:aws:s3:::{{ item.bucket }}" + "arn:aws:s3:::{{ item.bucket }}/*" ] } ]