2 个版本

0.40.0 2023 年 1 月 13 日

#1162 in 文件系统


用于 wildland-cargo-lib

GPL-3.0-only

47KB
772

本地文件系统后端

Wildland DFS 的示例后端驱动程序,用于测试目的。它使用本地文件系统目录作为存储。

为 Linux 和苹果机器上的测试目的创建,未在其他平台上测试。

示例模板

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

container_prefix 指定存储位置(local_dir 参数)内的目录。

依赖项

~14–23MB
~356K SLoC