Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte committed Apr 9, 2024
1 parent e236c0f commit bf7f7ac
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions ingestor/.chalice/policy-alerts.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@
"Resource": "arn:*:logs:*:*:*"
},
{
"Action": [
"s3:PutObject"
],
"Action": ["s3:GetObject", "s3:PutObject"],
"Effect": "Allow",
"Resource": [
"arn:aws:s3:::tm-mbta-performance/Alerts/*"
]
"Resource": ["arn:aws:s3:::tm-mbta-performance/Alerts/*"]
}
]
}

0 comments on commit bf7f7ac

Please sign in to comment.