Socket
Socket
Sign inDemoInstall

s3-blob-store

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3-blob-store - npm Package Compare versions

Comparing version 2.1.0 to 3.0.0

fixup-commit-2.json

2

index.js

@@ -21,2 +21,4 @@

var config = { client: this.s3, params: this.downloadParams(opts) };
if (opts.concurrency) config.concurrency = opts.concurrency;
if (opts.chunkSize) config.chunkSize = opts.chunkSize;
var stream = downloader(config);

@@ -23,0 +25,0 @@ // not sure if this a test bug or if I should be doing this in

4

package.json

@@ -10,3 +10,3 @@ {

],
"version": "2.1.0",
"version": "3.0.0",
"license": "MIT",

@@ -24,3 +24,3 @@ "repository": {

"mime-types": "^2.0.0",
"s3-download-stream": "0.0.5",
"s3-download-stream": "1.0.0",
"s3-stream-upload": "^2.0.1"

@@ -27,0 +27,0 @@ },

@@ -58,3 +58,3 @@

returns a writable stream that you can pipe data to.
returns a writable stream that you can pipe data to.

@@ -73,2 +73,4 @@ `opts` should be an object that has options `key` (will be the filename in

`opts.params` additional [parameters](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#getObject-property) to pass to S3
`opts.concurrency` optional parameter for [s3-download-stream](https://github.com/jb55/s3-download-stream)
`opts.chunkSize` optional parameter for [s3-download-stream](https://github.com/jb55/s3-download-stream)

@@ -75,0 +77,0 @@ returns a readable stream of data for the file in your bucket whose key matches

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