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!
- Host: GitHub
- URL: https://github.com/jasterv/s3_bucket_download
- Owner: JasterV
- Created: 2021-05-14T22:31:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-14T22:37:15.000Z (about 5 years ago)
- Last Synced: 2025-03-07T21:32:57.786Z (over 1 year ago)
- Topics: async, rusoto, rust, rust-lang, tokio, tokio-rs
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```