Socket
Socket
Sign inDemoInstall

@20minutes/s3-unzip-plus

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@20minutes/s3-unzip-plus

Utility for unzipping a compressed (application/zip) file from a S3 bucket's root directory back to the same bucket.


Version published
Weekly downloads
23
increased by64.29%
Maintainers
2
Weekly downloads
 
Created
Source

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
});

Keywords

FAQs

Package last updated on 12 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc