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

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
David Read authored Sep 25, 2018
2 parents e6b26ba + a413ede commit 46e6a47
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
@@ -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}/",
]
}
}

0 comments on commit 46e6a47

Please sign in to comment.