Merge branch 'main' of github.com:rustfs/s3-rustfs into feature/logger

This commit is contained in:
houseme
2025-02-23 09:21:07 +08:00
10 changed files with 184 additions and 204 deletions
+1
View File
@@ -83,6 +83,7 @@ s3s = { git = "https://github.com/Nugine/s3s.git", rev = "529c8933a11528c506d5fb
"tower",
] }
s3s-policy = { git = "https://github.com/Nugine/s3s.git", rev = "529c8933a11528c506d5fbf7c4c2ab155db37dfe" }
shadow-rs = { version = "0.38.0", default-features = false }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
tempfile = "3.16.0"