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>
  • Loading branch information
butonic committed Sep 28, 2020
1 parent 3eedee5 commit 1737a93
Show file tree
Hide file tree
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/619
8 changes: 5 additions & 3 deletions ocis-reva/pkg/command/drivers.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,11 @@ func drivers(cfg *config.Config) map[string]interface{} {
"share_folder": cfg.Reva.Storages.Local.ShareFolder,
},
"localhome": map[string]interface{}{
"root": cfg.Reva.Storages.Local.Root,
"share_folder": cfg.Reva.Storages.Local.ShareFolder,
"user_layout": cfg.Reva.Storages.Local.UserLayout,
"root": cfg.Reva.Storages.Local.Root,
"share_folder": cfg.Reva.Storages.Local.ShareFolder,
"user_layout": cfg.Reva.Storages.Local.UserLayout,
"treetime_accounting": true,
"treesize_accounting": true,
},
"owncloud": map[string]interface{}{
"datadirectory": cfg.Reva.Storages.OwnCloud.Root,
Expand Down

0 comments on commit 1737a93

Please sign in to comment.