Skip to content

Commit

Permalink
Merge pull request #23 from SmartColumbusOS/smrt_1316
Browse files Browse the repository at this point in the history
smrt_1316 giving presto delete access
  • Loading branch information
Jarred-Olson-Accenture authored May 31, 2019
2 parents e4425cc + 6d77514 commit e0efdf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ resource "aws_s3_bucket_policy" "presto_hive_storage" {
},
"Action": [
"s3:GetObject",
"s3:PutObject"
"s3:PutObject",
"s3:DeleteObject",
"s3:DeleteObjectVersion"
],
"Resource": "${aws_s3_bucket.presto_hive_storage.arn}/*"
}
Expand Down

0 comments on commit e0efdf1

Please sign in to comment.