s3tui 0.4.0

Simple TUI application for multiple s3 account operations
Documentation
1
2
3
4
5
6
7
/// Keeps the information about the current progress of downloaded item
#[derive(Debug, Clone)]
pub struct DownloadProgressItem {
    pub progress: f64,
    pub bucket: String,
    pub name: String,
}