support S3 for file storage (#15)

* feat: support S3 for file storage

* doc: fmt env template
This commit is contained in:
Kould
2023-12-25 11:02:27 +08:00
committed by GitHub
parent 6858ec5f38
commit f4d1c724dd
6 changed files with 117 additions and 87 deletions

View File

@@ -23,6 +23,7 @@ dotenvy = "0.15.7"
listenfd = "1.0.1"
chrono = "0.4.31"
migration = { path = "./migration" }
minio = "0.1.0"
futures-util = "0.3.29"
actix-multipart-extract = "0.1.5"