knox-mpu-alt
Advanced tools
Comparing version 0.1.11 to 0.2.0
@@ -130,2 +130,10 @@ var _ = require('lodash'), | ||
if (err) return callback(err); | ||
if (body === null) { | ||
return callback((function (){ | ||
var err = new Error('Unexpected response from AWS.'); | ||
return err; | ||
})()); | ||
} | ||
if (!body.UploadId) { | ||
@@ -132,0 +140,0 @@ return callback((function (){ |
{ | ||
"name": "knox-mpu-alt", | ||
"version": "0.1.11", | ||
"version": "0.2.0", | ||
"description": "Provide multi part upload functionality to Amazon S3 using the knox library. Forked from knox-mpu.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,7 +0,3 @@ | ||
## knox-mpu-alt | ||
## knox-mpu | ||
> 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. | ||
@@ -8,0 +4,0 @@ |
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
590
35260
112