add s3 support

This commit is contained in:
2024-11-12 21:03:58 -07:00
parent d28d18de08
commit 2c28d69d55
10 changed files with 398 additions and 30 deletions

View File

@@ -6,6 +6,8 @@ edition = "2021"
[dependencies]
html5ever = "0.29.0"
markup5ever_rcdom = "0.5.0-unofficial"
# minio = "0.1.0"
minio = {git="https://github.com/minio/minio-rs.git", rev = "c28f576"}
reqwest = "0.12.9"
serde = { version = "1.0.214", features = ["derive"] }
surrealdb = "2.0.4"