knox-mpu icon indicating copy to clipboard operation
knox-mpu copied to clipboard

Multi part upload for Amazon S3 using Knox

Results 13 knox-mpu issues
Sort by recently updated
recently updated
newest added

I'm having trouble tracking down an issue. I'm trying to upload a 7020205724 byte file with each part size set to 20971520 bytes. This results in 335 parts needing to...

hi - I'm successfully using mpu, and have code like this: ``` coffee-script upload = new mpu { client: @s3client objectName: fname file: lname }, (err, res) -> ### buncha...

Hi, when i use the same s3 config as knox i got this error with knox-mpu : var client = knox.createClient({ TypeError: Object function MultiPartUpload i've been searching a bit,...