@20minutes/s3-unzip-plus

1.1.3 • Public • Published

S3 Unzip Plus

Forked version to:

  • remove old AWS SDK v2
  • add AWS SDK v3
  • convert to async/await

For the official readme, check the official project.

Install

yarn add @20minutes/s3-unzip-plus

Library Usage

import s3UnzipPlus from '@20minutes/s3-unzip-plus'

await s3UnzipPlus({
  bucket: 'test-bucket-in-s3',
  file: 'Companies.zip',
  targetBucket: 'test-output-bucket',
  targetFolder: 'test-folder',
  copyMetadata: true,
  deleteOnSuccess: true,
  verbose: false
});

/@20minutes/s3-unzip-plus/

    Package Sidebar

    Install

    npm i @20minutes/s3-unzip-plus

    Weekly Downloads

    32

    Version

    1.1.3

    License

    MIT

    Unpacked Size

    31.7 kB

    Total Files

    11

    Last publish

    Collaborators

    • webtech20minutes
    • j0k3r