1.0.1 • Published 5 years ago

aws-s3-helpers v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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