s3sync 1.7.0

very fast, and powerful synchronization command line tool for S3.
Documentation
1
2
3
4
5
6
7
8
use shadow_rs::ShadowBuilder;

#[cfg(feature = "version")]
fn main() {
    ShadowBuilder::builder().build().unwrap();
}
#[cfg(not(feature = "version"))]
fn main() {}