Merge pull request #145 from owncloud/remove-chunking-v2

Don't advertise unsupported chunking v2
This commit is contained in:
Vincent Petry
2020-04-23 10:04:58 +02:00
committed by GitHub

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,