aws-s3-helpers

1.0.1 • Public • Published

AWS S3 Helpers

License: MIT

AWS S3 download, upload, zip and many more

install: npm i --save aws-s3-helpers

Features

  • Download S3 Folders - Download S3 nested files and folders

Examples

const S3Helpers = require('aws-s3-helpers');
 
  const config = {
    secretAccessKey: '',
    accessKeyId: '',
    region: '',
  }
 
  const download = new S3Helpers.Download(config);
 
  download.downloadS3Folder('bucketName', 'bucket/folder/path', 'outputDir');

TODO

  • Download S3 Folders as zip
  • Upload multiple file and folder in S3

License

MIT © Md. Alamin

Package Sidebar

Install

npm i aws-s3-helpers

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

5.44 kB

Total Files

8

Last publish

Collaborators

  • mirajehossain