s3-signer

Crates.ios3-signer
lib.rss3-signer
version0.3.2
sourcesrc
created_at2020-11-15 09:40:17.633805
updated_at2023-01-30 09:23:32.081644
descriptionA simple S3 signer in Rust
homepage
repositoryhttps://github.com/media-io/s3-signer
max_upload_size
id312526
size100,193
Marc-Antoine ARNAUD (MarcAntoine-Arnaud)

documentation

README

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
Commit count: 61

cargo fmt