s3sh 0.1.1

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

pub use node::{ArchiveEntry, ArchiveIndex, ArchiveType, VfsNode};
pub use path::VirtualPath;