make reva ocis storage driver uuid configurable

This commit is contained in:
Willy Kloucek
2021-04-16 10:25:33 +02:00
parent 8af42a8d87
commit c3b3c8b5fd
3 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ func drivers(cfg *config.Config) map[string]interface{} {
"user_layout": cfg.Reva.Storages.Common.UserLayout,
"treetime_accounting": true,
"treesize_accounting": true,
"owner": "95cb8724-03b2-11eb-a0a6-c33ef8ef53ad", // the accounts service system account uuid
"owner": cfg.Reva.Storages.OCIS.ServiceUserUUID, // the accounts service system account uuid
},
"s3": map[string]interface{}{
"region": cfg.Reva.Storages.S3.Region,