wildland-lfs

Crates.iowildland-lfs
lib.rswildland-lfs
version0.40.0
sourcesrc
created_at2023-01-13 15:18:21.17373
updated_at2023-01-13 15:26:33.54069
descriptionWildland Local Filesystem Backend
homepagehttps://wildland.io/
repositoryhttps://gitlab.com/wildland/corex/wildland-core
max_upload_size
id757972
size43,997
core (github:golemfoundation:core)

documentation

README

Local Filesystem Backend

Exemplary, not intended for production use backend driver for Wildland DFS. It uses a local filesystem directory as a Storage.

Created for testing purposes on Linux and apple machines - not tested for other platforms.

Example template

name: `Example template`
uuid: `00000000-0000-0000-0000-0000000000001`
backend_type: LFS
template:
    local_dir: `/home/user/storage/`
    container_prefix: `{{ CONTAINER_NAME }}`

container_prefix specifies a directory inside a storage location (local_dir param).

Commit count: 205

cargo fmt