From b78116daa9d07704a727658eafd955f0375e53c9 Mon Sep 17 00:00:00 2001 From: Kurtis Seebaldt Date: Mon, 19 Sep 2022 16:34:54 -0500 Subject: [PATCH] Add list bucket permissions to deploy user --- tf/modules/deploy/policies/deploy_policy.json.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/tf/modules/deploy/policies/deploy_policy.json.tpl b/tf/modules/deploy/policies/deploy_policy.json.tpl index 18a882b..2a021f0 100644 --- a/tf/modules/deploy/policies/deploy_policy.json.tpl +++ b/tf/modules/deploy/policies/deploy_policy.json.tpl @@ -4,6 +4,7 @@ { "Effect": "Allow", "Action": [ + "s3:ListBucket", "s3:GetObject", "s3:PutObject", "s3:PutObjectAcl",