feat(webdav): add WebDAV protocol gateway (#2158)

Signed-off-by: yxrxy <1532529704@qq.com>
Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: 马登山 <Cxymds@qq.com>
Co-authored-by: heihutu <30542132+heihutu@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: 安正超 <anzhengchao@gmail.com>
This commit is contained in:
yxrxy
2026-03-14 23:06:53 +08:00
committed by GitHub
parent f66a90c1b2
commit d3cff7d033
21 changed files with 2265 additions and 8 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ default = ["metrics"]
metrics = []
ftps = ["rustfs-protocols/ftps"]
swift = ["rustfs-protocols/swift"]
full = ["metrics", "ftps", "swift"]
webdav = ["rustfs-protocols/webdav"]
full = ["metrics", "ftps", "swift", "webdav"]
[lints]
workspace = true