Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #169 from ministryofjustice/s3upload_prisonselfser…
Browse files Browse the repository at this point in the history
…vice

upated iam s3 policy to write files into MOJAP-LAND
  • Loading branch information
David Read authored Sep 25, 2018
2 parents e2583a6 + 5a0bb86 commit 1db424e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/terraform/modules/data_upload_user/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ data "aws_iam_policy_document" "system_user_s3_upload_writeonly" {
effect = "Allow"

resources = [
"${var.upload_bucket_arn}/${var.org_name}/${var.system_name}/*",
"${var.upload_bucket_arn}/*",
"${var.upload_bucket_arn}/${var.org_name}/${var.system_name}/",
]
}
}
Expand Down

0 comments on commit 1db424e

Please sign in to comment.