mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
56942d4d57
* wip: use rustfs * wip: update init rustfs * wip: fix rustfs ports * wip: fix rustfs ak sk * wip: add dbg points * fix: mc ak pk err * fix: missing sso provider * chore: set `lobe` to lobehub/lobehub * 🐛 fix: network err * chore: add webhook secret * chore: add no searxng log display * chore: update docs * 🐛 fix: remove unstable options to fit older server * 🐛 fix: add warning to add jwks * 🐛 fix: check status after create bucket
24 lines
491 B
JSON
24 lines
491 B
JSON
{
|
|
"ID": "",
|
|
"Version": "2012-10-17",
|
|
"Statement": [
|
|
{
|
|
"Sid": "",
|
|
"Effect": "Allow",
|
|
"Principal": {
|
|
"AWS": [
|
|
"*"
|
|
]
|
|
},
|
|
"Action": [
|
|
"s3:GetObject"
|
|
],
|
|
"NotAction": [],
|
|
"Resource": [
|
|
"arn:aws:s3:::lobe/*"
|
|
],
|
|
"NotResource": [],
|
|
"Condition": {}
|
|
}
|
|
]
|
|
} |