Use this tag for questions related to the js library knox: a node.js plugin for Amazon S3
This open source project (hosted on github) is an amazon-s3 client for node.js
Main features (as described on the project site) :
- Familiar API (client.get(), client.put(), etc.)
- Very Node-like low-level request capabilities via http.Client
- Higher-level API with client.putStream(), client.getFile(), etc.
- Copying and multi-file delete support
- Streaming file upload and direct stream-piping support
Knox can be installed with npm install knox