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

1
backend/Cargo.lock generated
View File

@@ -190,6 +190,7 @@ dependencies = [
"axum-test",
"chrono",
"dotenvy",
"futures-util",
"lazy-regex",
"opendal",
"rand 0.10.1",