steeldonutcollection/sdc.json
2022-05-05 17:40:57 +02:00

15 lines
170 B
JSON

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::sdc/*"
]
}
]
}