s3sync 1.58.6

Reliable, flexible, and fast synchronization tool for S3.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod debug_event_callback;
pub mod debug_filter_callback;
pub mod debug_preprocess_callback;
pub mod event_manager;
pub mod filter_manager;
#[cfg(feature = "lua_support")]
pub mod lua_event_callback;
#[cfg(feature = "lua_support")]
pub mod lua_filter_callback;
#[cfg(feature = "lua_support")]
pub mod lua_preprocess_callback;
pub mod preprocess_manager;
pub mod user_defined_event_callback;
pub mod user_defined_filter_callback;
pub mod user_defined_preprocess_callback;