rust-s3-async 0.35.0

Rust library for working with AWS S3 and compatible object storage APIs
Documentation
1
2
3
4
5
6
7
mod tokio_backend;
pub use tokio_backend::*;

mod request_trait;
pub use request_trait::*;

pub(crate) use tokio::io::{AsyncRead, AsyncReadExt, AsyncWrite};