Files
lobe-chat/docker-compose/local/bucket.config.json
T
Rylan Cai 56942d4d57 👷 docs: Migrate On-Click Deployment to LobeHub (#11856)
* 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
2026-01-26 20:23:56 +08:00

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": {}
}
]
}