We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9e1da commit 5a93f26Copy full SHA for 5a93f26
config/iam/recommended-inline-policy
@@ -0,0 +1,25 @@
1
+{
2
+ "Version": "2012-10-17",
3
+ "Statement": [
4
+ {
5
+ "Sid": "S3AllPermission",
6
+ "Effect": "Allow",
7
+ "Action": [
8
+ "s3:*",
9
+ "s3-object-lambda:*"
10
+ ],
11
+ "Resource": "*"
12
+ },
13
14
+ "Sid": "S3ReplicationPassRole",
15
+ "Condition": {
16
+ "StringEquals": {
17
+ "iam:PassedToService": "s3.amazonaws.com"
18
+ }
19
20
+ "Action": "iam:PassRole",
21
+ "Resource": "*",
22
+ "Effect": "Allow"
23
24
+ ]
25
+}
0 commit comments