mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-03 20:17:18 -04:00
Merge pull request #620 from butonic/ocis-treetime-accounting
enable ocis driver treetime accounting
This commit is contained in:
@@ -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
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user