An open API service indexing awesome lists of open source software.

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

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)