Skip to content

Commit

Permalink
Allow dev to delete files from s3 bucket for gc (#2430)
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Dec 8, 2023
1 parent 7025f1c commit 2383d04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/infrastructure/dev/us-east-2/s3_adstore.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ data "aws_iam_policy_document" "sti_s3_rw" {
actions = [
"s3:PutObject",
"s3:GetObject",
# TODO: Enable if needed.
# "s3:DeleteObject",
"s3:DeleteObject",
"s3:ListBucket",
]

Expand Down

0 comments on commit 2383d04

Please sign in to comment.