s3-bucket-downloader v1.1.9
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
Demo
Install
npm i -g s3-bucket-downloaderUsage
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-downloaderUsage (advanced user)
Advanced users have to set AWS config themselves for now
Interactive mode:
node downloadIt'll display list of all buckets in an array & ask for options like:

CLI mode:
node download --bucketName=[comma,seperated,bucketnames] --path=[path to save to for ex: ../data]Without brackets ofcourse.
Download All mode:
node download --allJust downloads all of the files in all of the buckets.
Logs:
It shows logs too, like these:

🕺 Author
open devs (open.devs.github@gmail.com)
- website: https://opendevs.in/
- github: @open-devs
- core members: @mikr13, @alok722
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
🚀 future scope
- Support for different AWS profiles & regions
- Add a GUI on top of this (React + Electron planned)
🤝 contributing
contributions, issues and feature requests are welcome!feel free to check issues page. you can also take a look at the contributing guide.
🙌 show your support
give a ⭐️ if this project helped you!
📝 license
copyright © 2020 open devs (open.devs.github@gmail.com). This project is MIT licensed.
this README was generated with ❤️ by readme-md-generator