Add OpenStack Swift API Support (#2066)

Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: Copilot <noreply@github.com>
This commit is contained in:
Senol Colak
2026-03-07 18:11:35 +01:00
committed by GitHub
parent 7c94be4e8c
commit b07383760f
41 changed files with 16973 additions and 7 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ path = "src/main.rs"
default = ["metrics"]
metrics = []
ftps = ["rustfs-protocols/ftps"]
full = ["metrics", "ftps"]
swift = ["rustfs-protocols/swift"]
full = ["metrics", "ftps", "swift"]
[lints]
workspace = true