Crates.io | s3-ext |
lib.rs | s3-ext |
version | 0.5.1 |
source | src |
created_at | 2020-02-22 16:17:50.004113 |
updated_at | 2022-05-08 19:23:16.498444 |
description | Simple Storage Service Extensions for Rust |
homepage | |
repository | https://github.com/ddboline/s3-ext-rs |
max_upload_size | |
id | 211514 |
size | 77,231 |
This is a fork of the S4 Crate, the name has been changed, the minimum supported version of rusoto is v0.43.0, and everything is async/await.
S3-ext provides a high-level API for S3 building on top of Rusoto and extending it's API.
S3Client
Write
] itRead
] object and upload itMost functionality is provided by the S3Ext
trait which is implemented for Rusoto's S3Client
.
docker run -d --rm -p 9000:9000 --env "MINIO_ACCESS_KEY=ANTN35UAENTS5UIAEATD" \
--env "MINIO_SECRET_KEY=TtnuieannGt2rGuie2t8Tt7urarg5nauedRndrur" \
--env MINIO_DOMAIN=localhost minio/minio server /minio
cargo test --all