From 4c4afa0802822ee39955b8c46c0a6a1a22e3d46c Mon Sep 17 00:00:00 2001 From: Todd Morse Date: Tue, 7 Mar 2023 12:16:17 -0500 Subject: [PATCH] Allow deleting object tags (#104) --- terraform/iam_policy_templates/batch_job.json | 1 + version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/terraform/iam_policy_templates/batch_job.json b/terraform/iam_policy_templates/batch_job.json index 7e566d94..ac7e14e0 100644 --- a/terraform/iam_policy_templates/batch_job.json +++ b/terraform/iam_policy_templates/batch_job.json @@ -7,6 +7,7 @@ "s3:List*", "s3:GetObject*", "s3:PutObject*", + "s3:DeleteObjectTagging", "s3:CreateMultipartUpload" ], "Resource": [ diff --git a/version b/version index ec7b9678..9bdb566f 100644 --- a/version +++ b/version @@ -1 +1 @@ -v1.4.0 \ No newline at end of file +v1.4.1 \ No newline at end of file