mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-03 09:20:50 -05:00
0ae75f8e66
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
21 lines
791 B
Markdown
21 lines
791 B
Markdown
---
|
|
title: "Spaces Registry"
|
|
date: 2018-05-02T00:00:00+00:00
|
|
weight: 9
|
|
geekdocRepo: https://github.com/owncloud/ocis
|
|
geekdocEditPath: edit/master/docs/ocis/storage
|
|
geekdocFilePath: spacesregistry.md
|
|
---
|
|
|
|
{{< hint warning >}}
|
|
|
|
The current implementation in oCIS might not yet fully reflect this concept. Feel free to add links to ADRs, PRs and Issues in short warning boxes like this.
|
|
|
|
{{< /hint >}}
|
|
|
|
## Storage Space Registries
|
|
|
|
A storage *spaces registry* manages the [*namespace*]({{< ref "./namespaces.md" >}}) for a *user*: it is used by *clients* to look up storage spaces a user has access to, the `/dav/spaces` endpoint to access it via WabDAV, and where the client should mount it in the users personal namespace.
|
|
|
|
{{< figure src="/ocis/storage/static/spacesregistry.drawio.svg" >}}
|