prefixload 0.7.1

S3 cli backup by file name prefix
Documentation
1
2
3
4
5
use crate::error::Result;

pub async fn run(quiet: bool) -> Result<String> {
    Ok(format!("I async run command with quiet mode: {}", quiet))
}