s3util-rs 0.2.2

S3 utility commands (cp, mv, rm, etc.)
Documentation
1
2
3
4
5
//! Output formatting for thin-wrapper subcommands.
//!
//! Currently only AWS-CLI-shape JSON; future formats can be added here.

pub mod json;