S4 - Simpler Simple Storage Service

crates.io Build Status

:warning: This create is not yet ready for use. Most features mentioned here are not yet implemented or still very unstable

What is S4

S4 is attempt to provide a high-level API for S3. It is based on Rusoto and merely extents it's API.

What is added that Rusoto itself doesn't provide

Implementation details

All functionality is provided by the S4 trait which is implemented for Rusoto's S3Client.