lists3 0.1.1

Light-weight CLI tool to create a file browser for S3 buckets provisioning bucket listing.
Documentation
1
2
3
4
#[tokio::main]
async fn main() {
    lists3::initiate().await
}