Don't advertise unsupported chunking v2

Removed "chunking" attribute in the DAV capabilities.
Please note that chunking v2 is advertised as "chunking 1.0" while
chunking v1 is the attribute "bigfilechunking" which is already false.
This commit is contained in:
Vincent Petry
2020-04-23 09:53:00 +02:00
parent 7d8638a674
commit 913f3f0cd5

View File

@@ -144,9 +144,7 @@ func Frontend(cfg *config.Config) *cli.Command {
"undelete": true,
"versioning": true,
},
"dav": map[string]interface{}{
"chunking": "1.0",
},
"dav": map[string]interface{}{},
"files_sharing": map[string]interface{}{
"api_enabled": true,
"resharing": true,