storageprovider
Configuration for the storageprovider service
struct: config
mount_path string /
The path where the file system would be mounted. [Ref]
[grpc.services.storageprovider]
mount_path = "/"
mount_id string -
The ID of the mounted file system. [Ref]
[grpc.services.storageprovider]
mount_id = "-"
driver string localhome
The storage driver to be used. [Ref]
[grpc.services.storageprovider]
driver = "localhome"
drivers map[string]map[string]interface{} localhome
[grpc.services.storageprovider.drivers.localhome]
root = "/var/tmp/reva/"
share_folder = "/MyShares"
user_layout = "{{.Username}}"
tmp_folder string /var/tmp
Path to temporary folder. [Ref]
[grpc.services.storageprovider]
tmp_folder = "/var/tmp"
data_server_url string http://localhost/data
The URL for the data server. [Ref]
[grpc.services.storageprovider]
data_server_url = "http://localhost/data"
expose_data_server bool false
Whether to expose data server. [Ref]
[grpc.services.storageprovider]
expose_data_server = false
available_checksums map[string]uint32 nil
List of available checksums. [Ref]
[grpc.services.storageprovider]
available_checksums = nil
custom_mime_types_json string 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"
Last modified November 23, 2022: Enable staticcheck linter and solve issues (#3487) (4e3796a5)