From 96929ae3c2fd222be7a2d98906f2ab4eebf9bf64 Mon Sep 17 00:00:00 2001 From: Tobias Zander Date: Tue, 14 Jun 2016 14:52:41 +0200 Subject: [PATCH 1/2] Update policy.json --- policy.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/policy.json b/policy.json index fdeed04..b3378cb 100644 --- a/policy.json +++ b/policy.json @@ -7,7 +7,8 @@ "Action": [ "s3:GetBucketTagging", "s3:GetObject", - "s3:PutObject" + "s3:PutObject", + "s3:ListBucket" ], "Resource": [ "*" From 796bd2eac5b8f753587069b3a59d10eb80bfac22 Mon Sep 17 00:00:00 2001 From: Tobias Zander Date: Tue, 14 Jun 2016 14:52:53 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47a74cc..accb4b5 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ Create an IAM role with the following policy: "Action": [ "s3:GetBucketTagging", "s3:GetObject", - "s3:PutObject" + "s3:PutObject", + "s3:ListBucket" ], "Resource": [ "*"