Simple pure Rust AWS S3 Client following a Sans-IO approach, with a modern and rusty take onto s3's APIs.
Request signing and response parsing capabilities are provided for the most commons S3 actions.
See https://docs.rs/rusty-s3 or look at the examples
folder for more examples.
Minio compatibility tested on every commit by GitHub Actions.