Skip to content

Commit

Permalink
rename file to match hosted versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chopkinsmade committed Jul 31, 2024
1 parent 44462e4 commit b976746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/ecs_main_admin.tf
Original file line number Diff line number Diff line change
Expand Up @@ -795,11 +795,11 @@ resource "aws_iam_policy" "celery_access_uploads_bucket" {
data "aws_iam_policy_document" "celery_access_uploads_bucket" {
statement {
actions = [
"s3:ListObjects",
"s3:ListBucket",
]

resources = [
"${aws_s3_bucket.uploads.arn}/*",
"${aws_s3_bucket.uploads.arn}",
]
}
}

0 comments on commit b976746

Please sign in to comment.