https://npmjs.org/package/s3 https://github.com/superjoe30/node-s3-client
What's new in 4.0.0: * support for multipart uploading and downloading. This raises the maximum supported file size to the S3 maximum of 5 TB. It also allows this module to be used to download files which were uploaded via multipart. * uploadFile no longer emits 'stream' (possibly multiple times). Instead, it emits 'fileOpened' exactly once, and the parameter can be used to create read streams. * uploadFile uses fstat instead of stat. Fixes a possible file system race condition. * uploadFile no longer accepts the localFileStat parameter. * default maxAsyncS3 increased from 14 to 20 * added multipartUploadThreshold, multipartUploadSize See also the companion CLI tool which is meant to be a drop-in replacement for s3cmd: s3-cli <https://github.com/andrewrk/node-s3-cli>. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/3d4d1c9b-ffd2-4fd4-beec-d0231fff05ce%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
