Skip to content

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

Notifications You must be signed in to change notification settings

JasterV/s3_bucket_download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published