Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2021-12-15 16:27:16 +00:00
parent 0ad542369a
commit 70b8f3b949
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -234,7 +234,7 @@ func spacesProviders(cfg *config.Config, logger log.Logger) map[string]map[strin
},
cfg.Reva.StorageShares.Endpoint: {
"spaces": map[string]interface{}{
"share": map[string]interface{}{
"reference": map[string]interface{}{
"mount_point": "/users/{{.CurrentUser.Id.OpaqueId}}/Shares",
"path_template": "/users/{{.CurrentUser.Id.OpaqueId}}/Shares/{{.Space.Name}}",
},