s3-blob-store
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -21,4 +21,2 @@ | ||
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); | ||
@@ -25,0 +23,0 @@ // not sure if this a test bug or if I should be doing this in |
@@ -10,3 +10,3 @@ { | ||
], | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "repository": { | ||
"mime-types": "^2.0.0", | ||
"s3-download-stream": "1.0.0", | ||
"s3-download-stream": "1.1.1", | ||
"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,4 +73,2 @@ `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) | ||
@@ -77,0 +75,0 @@ returns a readable stream of data for the file in your bucket whose key matches |
Sorry, the diff of this file is not supported yet
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
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
0
742073
10
14603
98
+ Addeds3-download-stream@1.1.1(transitive)
- Removeds3-download-stream@1.0.0(transitive)
Updateds3-download-stream@1.1.1