aws-multipart-upload 0.1.0

SDK plugin for S3 multipart uploads
Documentation
1
2
3
4
5
6
macro_rules! trace {
    ($($arg:tt)*) => {{
        #[cfg(feature = "tracing")]
        tracing::trace!($($arg)*);
    }};
}