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
+5 -5
View File
@@ -19,8 +19,8 @@ dotenvy.workspace = true
anyhow.workspace = true
uuid.workspace = true
base64.workspace = true
reqwest = { version = "0.11", features = ["json"] }
sha2 = "0.10"
hmac = "0.12"
hex = "0.4"
urlencoding = "2.1"
reqwest.workspace = true
sha2.workspace = true
hmac.workspace = true
hex.workspace = true
urlencoding.workspace = true