s3-signer 0.0.4

A simple S3 signer in Rust
s3-signer-0.0.4 is not a library.
Visit the last successful build: s3-signer-0.3.2

s3-signer

A simple S3 signer in Rust.

Supported storages

It's actually tested with MinIO.
It will also support AWS S3.

Installation

cargo install s3-signer

Run service

export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
s3-signer --aws-hostname http://localhost:9000