AWS S3 download, upload, zip and many more ✨
install: npm i --save aws-s3-helpers
- Download S3 Folders - Download S3 nested files and folders
const S3Helpers = require('aws-s3-helpers');
const config = {
secretAccessKey: '',
accessKeyId: '',
region: '',
}
const download = new S3Helpers.Download(config);
download.downloadS3Folder('bucketName', 'bucket/folder/path', 'outputDir');
- Download S3 Folders as zip
- Upload multiple file and folder in S3
- and so on
- Md. Alamin @mirajehossain
See changelog page to get info about release changes.
See CONTRIBUTING.md
MIT © Md. Alamin