s3-server

Crates.io MIT licensed Docs CI Unsafe Forbidden

An experimental generic S3 server

Install

From cargo:

cargo install s3-server

From source:

shell git clone https://github.com/datenlord/s3-server cd s3-server cargo install --features binary --path . s3-server --help

Usage

``` s3-server 0.1.0

USAGE: s3-server [OPTIONS]

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: --fs-root [default: .] --host [default: localhost] --port [default: 8014] --access-key
--secret-key ```

Debug

Set environment variable RUST_LOG to s3_server=debug