Skip to content

Commit

Permalink
fix rds
Browse files Browse the repository at this point in the history
  • Loading branch information
Niranjan Jayakar committed Feb 18, 2021
1 parent 303a55a commit 632f0cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@
"s3:GetBucket*",
"s3:List*",
"s3:DeleteObject*",
"s3:PutObject*",
"s3:PutObject",
"s3:Abort*"
],
"Effect": "Allow",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
"s3:GetBucket*",
"s3:List*",
"s3:DeleteObject*",
"s3:PutObject*",
"s3:PutObject",
"s3:Abort*"
],
"Effect": "Allow",
Expand Down

0 comments on commit 632f0cc

Please sign in to comment.