Migrate from MinIO to SeaweedFS

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2026-02-17 15:46:27 +01:00
parent 5684984755
commit afd92fd938
14 changed files with 249 additions and 86 deletions

21
compose/seaweedfs/s3.json Normal file
View File

@@ -0,0 +1,21 @@
{
"identities": [
{
"name": "probod",
"credentials": [
{
"accessKey": "probod",
"secretKey": "thisisnotasecret"
}
],
"actions": [
"Admin",
"Read",
"Write",
"List",
"Tagging",
"Lock"
]
}
]
}