Skip to content

Commit

Permalink
enable ocis driver treetime accounting
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
butonic committed Sep 28, 2020
1 parent 3eedee5 commit 4f9ca0a
Showing 2 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ocis-reva/changelog/unreleased/enable-treetime-accounting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: enable ocis driver treetime accounting

We enabled treetime accounting in the ocis driver

https://github.com/owncloud/ocis/pull/620
8 changes: 5 additions & 3 deletions ocis-reva/pkg/command/drivers.go
Original file line number Diff line number Diff line change
@@ -86,9 +86,11 @@ func drivers(cfg *config.Config) map[string]interface{} {
"userprovidersvc": cfg.Reva.Users.URL,
},
"ocis": map[string]interface{}{
"root": cfg.Reva.Storages.Common.Root,
"enable_home": cfg.Reva.Storages.Common.EnableHome,
"user_layout": cfg.Reva.Storages.Common.UserLayout,
"root": cfg.Reva.Storages.Common.Root,
"enable_home": cfg.Reva.Storages.Common.EnableHome,
"user_layout": cfg.Reva.Storages.Common.UserLayout,
"treetime_accounting": true,
"treesize_accounting": true,
},
"s3": map[string]interface{}{
"region": cfg.Reva.Storages.S3.Region,

0 comments on commit 4f9ca0a

Please sign in to comment.