valnoel / s3-signer

A simple S3 signer in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple S3 signer in Rust

License:MIT License


Languages

Language:Rust 98.6%Language:Dockerfile 1.4%