s3sh 0.1.1

Interactive S3 shell with Unix-like commands and archive navigation
Documentation
1
2
3
4
5
pub mod client;
pub mod stream;

pub use client::S3Client;
pub use stream::S3Stream;