Skip to content

Commit 93e028d

Browse files
authored
[PRMP-1604] Role action for getting object versions (#640)
1 parent d9172a4 commit 93e028d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infrastructure/iam.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ resource "aws_iam_policy" "s3_document_data_policy_for_get_doc_ref_lambda" {
126126
"Effect" : "Allow",
127127
"Action" : [
128128
"s3:GetObject",
129+
"s3:GetObjectVersion",
129130
],
130131
"Resource" : ["${module.ndr-lloyd-george-store.bucket_arn}/*"]
131132
}

0 commit comments

Comments
 (0)