| Crates.io | s4 |
| lib.rs | s4 |
| version | 0.0.15 |
| created_at | 2018-01-21 05:52:04.804815+00 |
| updated_at | 2019-07-18 09:31:35.600938+00 |
| description | Simpler Simple Storage Service: high-level API extensions for Rusoto's S3Client |
| homepage | |
| repository | https://gitlab.com/pgerber/s4 |
| max_upload_size | |
| id | 47632 |
| size | 55,691 |
: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.
S3ClientWrite 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 --all