s3find 0.16.0

A command line utility to walk an Amazon S3 hierarchy. s3find is an analog of find for Amazon S3.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#![recursion_limit = "256"]
pub mod adapters;
pub mod arg;
pub mod command;
pub mod error;
pub mod filter;
pub mod filter_list;
pub mod run;
pub mod run_command;
pub mod tag_fetcher;
pub mod utils;