s3-blob-store
Advanced tools
Comparing version 3.1.0 to 3.2.0
@@ -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 |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"license": "MIT", | ||
@@ -13,0 +13,0 @@ "repository": { |
@@ -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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100
8157
6
109
1