Skip to content

mirajehossain/aws-s3-helpers

Repository files navigation

AWS S3 Helpers

npm License: MIT

Description

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
  • and so on

Contributors

Changelog

See changelog page to get info about release changes.

Contributing

See CONTRIBUTING.md

License

MIT © Md. Alamin