2 unstable releases
0.2.0 | Mar 12, 2022 |
---|---|
0.1.0 | Aug 3, 2021 |
0.0.1 |
|
#93 in #amazon-s3
42 downloads per month
290KB
6.5K
SLoC
s3-server
An experimental generic S3 server
Install
From cargo:
cargo install s3-server --features binary
From source:
git clone https://github.com/datenlord/s3-server
cd s3-server
cargo install --features binary --path .
s3-server --help
Usage
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>
Debug
Set environment variable RUST_LOG
to s3_server=debug
Dependencies
~20–33MB
~496K SLoC