An open API service indexing awesome lists of open source software.

https://github.com/jasterv/s3_bucket_download

A script built with Rust using Rusoto & Tokio to download files from an S3 bucket blazingly fast!
https://github.com/jasterv/s3_bucket_download

async rusoto rust rust-lang tokio tokio-rs

Last synced: 10 months ago
JSON representation

A script built with Rust using Rusoto & Tokio to download files from an S3 bucket blazingly fast!

Awesome Lists containing this project

README

          

# S3 Objects downloader

> An script built with Rust using Rusoto & Tokio

## Environment variables

+ AWS_ACCESS_KEY_ID
+ AWS_SECRET_ACCESS_KEY
+ AWS_URL
+ AWS_DEFAULT_REGION
+ AWS_BUCKET
+ AWS_OBJECTS_PREFIX
+ DOWNLOAD_PATH

## Build

```
cargo build [--release]
```

## Run

```
cargo run
```