This project enables downloading data from s3 a breeze, it has 3 modes (CLI mode, Interactive mode & Download All mode) using which you can download aws s3 bucket files into default or custom path.
If you choose the same directory as previous time, it'll sync
those changes.
It now supports setting of aws config like AWS Access key ID, AWS Secret key, AWS region & Output format in interactive mode
🏠 Homepage
npm i -g s3-bucket-downloader
Run anyone of following commands (only interactive mode available currently):
Interactive mode now supports setting of aws config like AWS Access key ID, Secret key, Region & Output format in interactive mode if none present in the system.
s3
# or
s3-downloader
# or
s3-bucket-downloader
Advanced users have to set AWS config themselves for now
node download
It'll display list of all buckets in an array & ask for options like:
node download --bucketName=[comma,seperated,bucketnames] --path=[path to save to for ex: ../data]
Without brackets ofcourse.
node download --all
Just downloads all of the files in all of the buckets.
It shows logs too, like these:
open devs ([email protected])
- website: https://opendevs.in/
- github: @open-devs
- core members: @mikr13, @alok722
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
- Support for different AWS profiles & regions
- Add a GUI on top of this (React + Electron planned)
contributions, issues and feature requests are welcome!
feel free to check issues page. you can also take a look at the contributing guide.
give a ⭐️ if this project helped you!
copyright © 2020 open devs ([email protected]).
This project is MIT licensed.
this README was generated with ❤️ by readme-md-generator