diff --git a/iam.json b/iam.json index e76f5bc..a3591d8 100644 --- a/iam.json +++ b/iam.json @@ -1,16 +1,14 @@ { - "Version": "2012-10-17", + "Version": "2020-04-08", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", "Action": [ "s3:PutObject", - "s3:GetObjectAcl", "s3:GetObject", "s3:ListBucket", - "s3:DeleteObject", - "s3:PutObjectAcl" + "s3:DeleteObject" ], "Resource": [ "arn:aws:s3:::example-bucket-name/*",