Skip to content

Commit

Permalink
[Issue #1659] updates s3 permissions (#1803)
Browse files Browse the repository at this point in the history
## Summary

Relates to #1659

### Time to review: __1 mins__
  • Loading branch information
coilysiren authored Apr 23, 2024
1 parent 5479bfa commit 1cd03cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/modules/service/s3.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data "aws_iam_policy_document" "general_purpose_put_access" {
aws_s3_bucket.general_purpose.arn,
"${aws_s3_bucket.general_purpose.arn}/*"
]
actions = ["s3:PutObject"]
actions = ["s3:*"]

principals {
type = "AWS"
Expand Down

0 comments on commit 1cd03cb

Please sign in to comment.