feat: Add file upload with deduplication to MinIO service

This commit is contained in:
MythEclipse
2025-08-14 17:03:23 +07:00
parent 874986f1d6
commit da1826ebba
4 changed files with 198 additions and 18 deletions
-1
View File
@@ -36,7 +36,6 @@ rand = { version = "0.9.1", features = ["std", "alloc"] }
rand_distr = "0.5.1"
tower-http = { version = "0.6.4", features = ["cors", "trace"] }
http-body-util = "0.1.1"
validator = { version = "0.20.0", features = ["derive"] }
lazy_static = "1.4.0"
regex = "1.11.1"