s3-server

Crates.ios3-server
lib.rss3-server
version0.2.0
sourcesrc
created_at2020-08-23 11:08:00.345388
updated_at2022-03-12 04:39:53.390797
descriptionAn experimental generic S3 server
homepage
repositoryhttps://github.com/datenlord/s3-server
max_upload_size
id279792
size355,584
(Nugine)

documentation

README

s3-server

Crates.io MIT licensed Docs CI Unsafe Forbidden

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

Commit count: 176

cargo fmt