Skip to content

Commit

Permalink
add missing changes in README.md policies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszkowalczyk98 committed Nov 22, 2023
1 parent 79963d9 commit 82e7495
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,8 @@ key4: secret4
"Effect": "Allow",
"Action": [
"s3:PutObject*",
"s3:GetObject*"
"s3:GetObject*",
"s3:DeleteObject*"
],
"Resource": [
"arn:aws:s3:::TREASURY_S3_BUCKET_NAME/test/test/*",
Expand Down Expand Up @@ -481,7 +482,8 @@ The following bucket policy denies upload object (s3:PutObject) permission to ev
"Effect": "Allow",
"Action": [
"ssm:GetParameter*",
"ssm:PutParameter"
"ssm:PutParameter",
"ssm:DeleteParameter"
],
"Resource": [
"arn:aws:ssm:eu-west-1:064764542321:parameter/development/application/*"
Expand Down

0 comments on commit 82e7495

Please sign in to comment.