Open butonic opened 4 years ago
I would like to see reva provide this out of the box, I imagine we would want to add more storage providers as time goes by and not need to have storage-root
@madsi1m Reva gives the list of all available storage providers and their root mount point, that is specified here: https://github.com/cs3org/cs3apis/blob/master/cs3/storage/registry/v1beta1/registry_api.proto#L96
The storage-root is just needed for the ownCloud migration setup as far as I know, for example, here we don't use it because our sync clients go directly to /home instead of /.
Currently the examples/separate config fakes the root storage by manually seving the availvable namespaces in the root using a local storage driver. The storage-root.toml documents the hack: