https://github.com/peterdee/s3-bucket-downloader
Download all of the contents of the Amazon S3 bucket
https://github.com/peterdee/s3-bucket-downloader
aws-sdk nodejs s3
Last synced: about 1 month ago
JSON representation
Download all of the contents of the Amazon S3 bucket
- Host: GitHub
- URL: https://github.com/peterdee/s3-bucket-downloader
- Owner: peterdee
- License: mit
- Created: 2022-10-29T17:47:05.000Z (over 3 years ago)
- Default Branch: release
- Last Pushed: 2022-10-31T07:36:58.000Z (over 3 years ago)
- Last Synced: 2025-01-21T10:11:15.629Z (over 1 year ago)
- Topics: aws-sdk, nodejs, s3
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## s3-bucket-downloader
Download all of the contents of the Amazon S3 bucket
### Deploy
```shell script
git clone https://github.com/peterdee/s3-bucket-downloader
cd ./s3-bucket-downloader
nvm use 18
npm ci
```
### Environment variables
The `.env` file is required, see [.env.example](.env.example) for details
### Launch
```shell script
npm start
```
### Lint
```shell script
npm run lint
```
Using [ESLint](https://eslint.org)
### License
[MIT](LICENSE.md)