From e51828d6e3ce64877ff000ff4528a23de823c705 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sat, 19 Aug 2023 17:01:27 +0200 Subject: [PATCH] Update allowed policies --- src/policy_template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/policy_template.json b/src/policy_template.json index deb6ce3..fb203ba 100644 --- a/src/policy_template.json +++ b/src/policy_template.json @@ -10,7 +10,7 @@ { "Sid": "AllObjectActions", "Effect": "Allow", - "Action": ["s3:DeleteObject", "s3:Get*", "s3:PutObject", "s3:*Object"], + "Action": ["s3:DeleteObject", "s3:Get*", "s3:PutObject", "s3:*Object", "s3:ListObjectsV2"], "Resource": ["arn:aws:s3:::{{ bucket }}/*"] } ]