Skip to content

Commit

Permalink
Merge pull request #103 from whyphi/hotfix/fix-bucket-policy
Browse files Browse the repository at this point in the history
fixed polciy to allow delete s3 objects
  • Loading branch information
wderocco8 authored Aug 16, 2024
2 parents afcc900 + 1f8633d commit 4b4203f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .chalice/policy-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:DeleteObject",
"dynamodb:Query",
"dynamodb:BatchGet*",
"dynamodb:DescribeStream",
Expand Down
1 change: 1 addition & 0 deletions .chalice/policy-prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:DeleteObject",
"dynamodb:Query",
"dynamodb:BatchGet*",
"dynamodb:DescribeStream",
Expand Down

0 comments on commit 4b4203f

Please sign in to comment.