rusty-s3 0.0.2

Simple pure Rust AWS S3 Client following a Sans-IO approach
Documentation
# rusty-s3

[![crates.io](https://img.shields.io/crates/v/rusty-s3.svg)](https://crates.io/crates/rusty-s3)
[![Documentation](https://docs.rs/rusty-s3/badge.svg)](https://docs.rs/rusty-s3)
[![dependency status](https://deps.rs/crate/rusty-s3/0.0.2/status.svg)](https://deps.rs/crate/rusty-s3/0.0.2)
[![Rustc Version 1.42.0+](https://img.shields.io/badge/rustc-1.42.0+-lightgray.svg)](https://blog.rust-lang.org/2020/03/12/Rust-1.42.html)
[![CI](https://github.com/paolobarbolini/rusty-s3/workflows/CI/badge.svg)](https://github.com/paolobarbolini/rusty-s3/actions?query=workflow%3ACI)

Simple pure Rust AWS S3 Client following a Sans-IO approach.

Still work in progress.