perf(backend): replace buffered upload/download with opendal Writer/Reader streams

This commit is contained in:
2026-05-28 20:37:18 +03:00
parent 24b1344d06
commit 70f839698a
4 changed files with 103 additions and 40 deletions

View File

@@ -20,6 +20,7 @@ dotenvy = "0.15.7"
opendal = { version = "0.56.0", features = ["tests", "services-fs"] }
argon2 = "0.5.3"
rand = "0.10.1"
futures-util = "0.3.32"
[dev-dependencies]
axum-test = "20.0.0"