:warning: This create is still under heavy development and not yet production ready.
S4 is attempt to provide a high-level API for S3. It is based on Rusoto and merely extents it's API.
S3Client
Write
] itRead
] object and upload itMost functionality is provided by the S4
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