No description
Find a file
Víctor Martínez 630b97f278 workflow removed
2021-05-15 00:30:33 +02:00
.vscode first commit, port from other repo 2021-05-15 00:29:53 +02:00
src first commit, port from other repo 2021-05-15 00:29:53 +02:00
.env.example first commit, port from other repo 2021-05-15 00:29:53 +02:00
.gitignore first commit, port from other repo 2021-05-15 00:29:53 +02:00
Cargo.lock first commit, port from other repo 2021-05-15 00:29:53 +02:00
Cargo.toml first commit, port from other repo 2021-05-15 00:29:53 +02:00
Dockerfile first commit, port from other repo 2021-05-15 00:29:53 +02:00
README.md first commit, port from other repo 2021-05-15 00:29:53 +02:00

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