restricts ListBucket policy

pull/4708/head
Robin Beck 2 years ago
parent c3a144e74a
commit 11bb5b39f8

@ -54,7 +54,7 @@ When determining storage requirements for the external bucket, you should consid
{
"Action": "s3:ListBucket",
"Effect": "Allow",
"Resource": "arn:aws:s3:::*"
"Resource": "arn:aws:s3:::test-session-recording-bucket"
}
]
}
@ -79,7 +79,7 @@ When determining storage requirements for the external bucket, you should consid
{
"Action": "s3:ListBucket",
"Effect": "Allow",
"Resource": "arn:aws:s3:::*"
"Resource": "arn:aws:s3:::test-session-recording-bucket"
},
{
"Action": [

Loading…
Cancel
Save