Skip to content

Commit

Permalink
Added activity 8
Browse files Browse the repository at this point in the history
  • Loading branch information
qtkhajacloud committed Apr 13, 2022
1 parent 3bf9ee5 commit d6eaf8d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions iam/April22/Activities/activity8.json
@@ -0,0 +1,28 @@
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:Get*",
"s3:List*",
"s3-object-lambda:Get*",
"s3-object-lambda:List*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"s3:*",
"s3-object-lambda:*"
],
"Resource": "*",
"Condition": {
"StringEquals": {
"aws:RequestedRegion": "ap-south-1"
}
}
}
]
}

0 comments on commit d6eaf8d

Please sign in to comment.