Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

s3

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3 - npm Package Versions

23

4.4.0

Diff

Changelog

Source

4.4.0

  • Export aws-sdk dependency
  • Update dependencies
  • Ability to handle symlinks in uploadDir and downloadDir
  • Expose S3 constants
  • Add downloadStream API
superjoe
published 4.3.1 •

Changelog

Source

4.3.1

  • Update dependencies
superjoe
published 4.3.0 •

Changelog

Source

4.3.0

  • fix open file descriptor leak. Thanks Ross Wilson
  • add downloadBuffer API
  • uploadDir: add 'fileUploadStart', 'fileUploadEnd' events
  • downloadDir: add 'fileDownloadStart', 'fileDownloadEnd' events
  • update aws-sdk to 2.0.19
superjoe
published 4.2.0 •

Changelog

Source

4.2.0

  • use new AWS SDK API to avoid PassThrough stream workaround
  • update aws-sdk to 2.0.17
superjoe
published 4.1.1 •

Changelog

Source

4.1.1

  • uploadFile and uploadDir now have optional argument defaultContentType.
  • Fixes default Content-Type able to be mutated by third party modules changing the global mime.default_type variable.
superjoe
published 4.1.0 •

Changelog

Source

4.1.0

  • Content-Type header is now automatically filled out if you do not explicitly provide it or set it to null.
superjoe
published 4.0.0 •

Changelog

Source

4.0.0

  • support for multipart uploading and downloading. This raises the maximum supported file size to the S3 maximum of 5 TB. It also allows this module to be used to download files which were uploaded via multipart.
  • uploadFile no longer emits 'stream' (possibly multiple times). Instead, it emits 'fileOpened' exactly once, and the parameter can be used to create read streams.
  • uploadFile uses fstat instead of stat. Fixes a possible file system race condition.
  • uploadfile no longer accepts the localFileStat parameter.
  • default maxAsyncS3 increased from 14 to 20
  • added multipartUploadThreshold, multipartUploadSize
superjoe
published 3.1.3 •

Changelog

Source

3.1.3

  • uploadDir and downloadDir: fix incorrectly deleting files
  • update aws-sdk to 2.0.8
superjoe
published 3.1.2 •

Changelog

Source

3.1.2

  • add license
  • update aws-sdk to 2.0.6. Fixes SSL download reliability.
superjoe
published 3.1.1 •

Changelog

Source

3.1.1

  • uploadDir handles source directory not existing error correctly
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