knox-mpu-alt
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -122,3 +122,8 @@ var _ = require('lodash'), | ||
if (err) return callback(err); | ||
if (!body.UploadId) return callback('Invalid upload ID'); | ||
if (!body.UploadId) { | ||
return callback((function (){ | ||
var err = new Error('Unexpected response from AWS:' + util.inspect(body, false, null)); | ||
return err; | ||
})()); | ||
} | ||
@@ -125,0 +130,0 @@ mpu.uploadId = body.UploadId; |
{ | ||
"name": "knox-mpu-alt", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "Provide multi part upload functionality to Amazon S3 using the knox library. Forked from knox-mpu.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,3 +0,7 @@ | ||
## knox-mpu | ||
## knox-mpu-alt | ||
> This is a fork of https://github.com/nathanoehlman/knox-mpu. If/when the relevant PRs associated w/ this module get merged, we can fold it back into the main repo (we just couldn't wait any longer for it). | ||
> | ||
> ~[mike](http://twitter.com/mikermcneil) and [scott](http://twitter.com/sgress454) | ||
A Node.js client designed to make large file uploads to Amazon S3 via the [MultiPartUpload API](http://docs.amazonwebservices.com/AmazonS3/latest/dev/sdksupportformpu.html) simple and easy. It's built on top of the excellent [Knox](https://github.com/LearnBoost/knox) library from the guys over at LearnBoost. | ||
@@ -4,0 +8,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
34942
577
116
0