steeldonutcollection/sdc.json

15 lines
170 B
JSON
Raw Permalink Normal View History

2022-05-05 15:40:57 +00:00
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:*"
],
"Resource": [
"arn:aws:s3:::sdc/*"
]
}
]
}