feat: s3 storage backend

This commit is contained in:
Per Stark
2026-01-16 23:38:47 +01:00
parent b25cfb4633
commit fa7f407306
5 changed files with 249 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ url = { version = "2.5.2", features = ["serde"] }
uuid = { version = "1.10.0", features = ["v4", "serde"] }
tokio-retry = "0.3.0"
base64 = "0.22.1"
object_store = { version = "0.11.2" }
object_store = { version = "0.11.2", features = ["aws"] }
bytes = "1.7.1"
state-machines = "0.2.0"
fastembed = { version = "5.2.0", default-features = false, features = ["hf-hub-native-tls", "ort-load-dynamic"] }