feat: integrate MinIO-backed user filesystem

This commit is contained in:
Codex
2026-06-03 12:06:34 +08:00
parent a27560102b
commit ffa1249403
56 changed files with 4810 additions and 116 deletions

View File

@ -9,6 +9,7 @@ dependencies = [
"httpx>=0.28.0,<1.0.0",
"pydantic>=2.12.0,<3.0.0",
"cryptography>=45.0.0,<46.0.0",
"minio>=7.2.0,<8.0.0",
"PyJWT>=2.10.0,<3.0.0",
"python-multipart>=0.0.20,<1.0.0",
]