2个不稳定版本
0.2.0 | 2022年3月12日 |
---|---|
0.1.0 | 2021年8月3日 |
0.0.1 |
|
#93 in #amazon-s3
每月42次下载
290KB
6.5K SLoC
s3-server
一个实验性的通用S3服务器
安装
从 cargo
cargo install s3-server --features binary
从源码
git clone https://github.com/datenlord/s3-server
cd s3-server
cargo install --features binary --path .
s3-server --help
用法
s3-server 0.2.0
USAGE:
s3-server [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
--fs-root <fs-root> [default: .]
--host <host> [default: localhost]
--port <port> [default: 8014]
--access-key <access-key>
--secret-key <secret-key>
调试
设置环境变量 RUST_LOG
为 s3_server=debug
依赖
~20–33MB
~496K SLoC