s3util-rs 1.4.0

Tools for managing Amazon S3 objects and buckets
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;