-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
When trying to write to the state bucket unable to write with the current permissions
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:ListBucket",
"Resource": "arn:aws:s3:::mybucket"
},
{
"Effect": "Allow",
"Action": ["s3:GetObject", "s3:PutObject", "s3:DeleteObject"],
"Resource": "arn:aws:s3:::mybucket/path/to/my/key"
}
]
}
Metadata
Metadata
Assignees
Labels
No labels