use Arc;
/// Events emitted during a multipart upload.
/// A callback invoked for each [`UploadEvent`]. Callbacks may be invoked from
/// any task and must be cheap — emit to a channel or bounded buffer and do
/// heavy work elsewhere.
pub type ProgressCallback = ;