Add support for the jsoncs3 public share manager

This commit is contained in:
André Duffeck
2022-09-09 13:04:46 +02:00
parent 94b9838a08
commit 1f68321acc
4 changed files with 30 additions and 3 deletions

View File

@@ -62,6 +62,10 @@ func DefaultConfig() *config.Config {
ProviderAddr: "127.0.0.1:9215", // system storage
SystemUserIDP: "internal",
},
JSONCS3: config.PublicSharingJSONCS3Driver{
ProviderAddr: "127.0.0.1:9215", // system storage
SystemUserIDP: "internal",
},
// TODO implement and add owncloudsql publicshare driver
},
Events: config.Events{