Skip to content

Commit

Permalink
Fixed volume module
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Dec 24, 2024
1 parent a2b4989 commit a5929c5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions modules/aws/sn-volume-access/files/sn_volume_s3_bucket.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,13 @@
{
"Effect": "Allow",
"Action": [
"s3:ListBucket"
],
"Resource": [
"arn:aws:s3:::${bucket}/${path}"
]
},
{
"Effect": "Allow",
"Action": [
"s3:ListBucket",
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject"
],
"Resource": [
"arn:aws:s3:::${bucket}",
"arn:aws:s3:::${bucket}/${path}"
]
},
Expand Down

0 comments on commit a5929c5

Please sign in to comment.