Skip to content

Commit

Permalink
Update s3 bucket policy
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad9970 committed Feb 11, 2025
1 parent c43b51b commit 740e651
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/postgres-etl/extract/extract_s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ resource "aws_s3_bucket_policy" "extract" {
},
"Action" : [
"s3:GetObject",
"s3:PutObjectVersionTagging",
"s3:GetObjectTagging",
"s3:PutObjectVersionTagging",
"s3:PutObject",
"s3:DeleteObject",
"s3:ListBucket",
Expand Down

0 comments on commit 740e651

Please sign in to comment.