mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 17:47:27 +00:00
19 lines
316 B
JSON
19 lines
316 B
JSON
|
|
{
|
||
|
|
"ID": "",
|
||
|
|
"Statement": [
|
||
|
|
{
|
||
|
|
"Sid": "",
|
||
|
|
"Effect": "Allow",
|
||
|
|
"Principal": {
|
||
|
|
"AWS": ["*"]
|
||
|
|
},
|
||
|
|
"Action": ["s3:GetObject"],
|
||
|
|
"NotAction": [],
|
||
|
|
"Resource": ["arn:aws:s3:::lobe/*"],
|
||
|
|
"NotResource": [],
|
||
|
|
"Condition": {}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"Version": "2012-10-17"
|
||
|
|
}
|