feat: integrate opendal storage (#11508)

Signed-off-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
-LAN- 2024-12-11 14:50:54 +08:00 committed by GitHub
commit 8d4bb9b40d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 798 additions and 597 deletions

View file

@ -34,7 +34,6 @@ else
--workers ${SERVER_WORKER_AMOUNT:-1} \
--worker-class ${SERVER_WORKER_CLASS:-gevent} \
--timeout ${GUNICORN_TIMEOUT:-200} \
--preload \
app:app
fi
fi