Fix reva public link service command + changelog

Add missing changelog for the eos config change.
Fixed the reva public link service command to register properly.
This commit is contained in:
Vincent Petry
2020-06-26 16:56:46 +02:00
parent 90f30f88d8
commit b4cb488597
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
Change: Update reva config
- EOS homes are not configured with an enable-flag anymore, but with a dedicated storage driver.
- We're using it now and adapted default configs of storages
https://github.com/owncloud/ocis/pull/336
https://github.com/owncloud/ocis/pull/337
https://github.com/owncloud/ocis-reva/pull/891

View File

@@ -38,5 +38,5 @@ func configureRevaStoragePublicLink(cfg *config.Config) *svcconfig.Config {
}
func init() {
register.AddCommand(RevaStorageOCCommand)
register.AddCommand(RevaStoragePublicLinkCommand)
}