The path where the file system would be mounted. [Ref]
[grpc.services.storageprovider]
mount_path = "/"
The ID of the mounted file system. [Ref]
[grpc.services.storageprovider]
mount_id = "-"
The storage driver to be used. [Ref]
[grpc.services.storageprovider]
driver = "localhome"
[grpc.services.storageprovider.drivers.localhome]
root = "/var/tmp/reva/"
share_folder = "/MyShares"
user_layout = "{{.Username}}"
Path to temporary folder. [Ref]
[grpc.services.storageprovider]
tmp_folder = "/var/tmp"
The URL for the data server. [Ref]
[grpc.services.storageprovider]
data_server_url = "http://localhost/data"
Whether to expose data server. [Ref]
[grpc.services.storageprovider]
expose_data_server = false
List of available checksums. [Ref]
[grpc.services.storageprovider]
available_checksums = nil
An optional mapping file with the list of supported custom file extensions and corresponding mime types. [Ref]
[grpc.services.storageprovider]
custom_mime_types_json = "nil"