mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 15:37:02 +00:00
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:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user