Skip to content

Commit

Permalink
fix decdk snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Niranjan Jayakar committed Feb 18, 2021
1 parent 8b2497c commit 2df303b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/decdk/test/__snapshots__/synth.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1786,7 +1786,7 @@ Object {
"s3:GetBucket*",
"s3:List*",
"s3:DeleteObject*",
"s3:PutObject*",
"s3:PutObject",
"s3:Abort*",
],
"Effect": "Allow",
Expand Down Expand Up @@ -2458,7 +2458,7 @@ Object {
"s3:GetBucket*",
"s3:List*",
"s3:DeleteObject*",
"s3:PutObject*",
"s3:PutObject",
"s3:Abort*",
],
"Effect": "Allow",
Expand Down Expand Up @@ -2585,7 +2585,7 @@ Object {
"s3:GetBucket*",
"s3:List*",
"s3:DeleteObject*",
"s3:PutObject*",
"s3:PutObject",
"s3:Abort*",
],
"Effect": "Allow",
Expand Down

0 comments on commit 2df303b

Please sign in to comment.