cargolifter-storage-s3

Crates.iocargolifter-storage-s3
lib.rscargolifter-storage-s3
version0.3.1
sourcesrc
created_at2021-11-28 08:26:13.514967
updated_at2021-12-04 06:26:10.863935
descriptionCargoLifter S3 storage
homepagehttps://github.com/cemoktra/cargolifter
repositoryhttps://github.com/cemoktra/cargolifter
max_upload_size
id488727
size5,145
Bastian (cemoktra)

documentation

README

CargoLifter S3 Storage

This crate offers a S3 storage for CargoLifter

Configuration

"storage": {
    "S3": {
        "bucket": "<bucket name>",
        "credentials": {
            "access_key": "<access key>",
            "secret_key": "<secret key>",
            "secret_token": "<optional secret token>",
        }
    }
}
Commit count: 64

cargo fmt