s3sync 1.41.0

Reliable, very fast, and powerful synchronization tool for S3.
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "version")]
fn main() {
    use shadow_rs::ShadowBuilder;
    ShadowBuilder::builder().build().unwrap();
}
#[cfg(not(feature = "version"))]
fn main() {}