Software Details:
Version: 0.9.2
Upload Date: 1 Mar 15
Distribution Type: Freeware
Downloads: 70
Amazon S3 is one of the best data storage services around and it has benefited from a wide spread adoption amongst many environments from PHP to Ruby, Python, and Java.
knox is a library wrapping Amazon's S3 API that allows interaction between Node.js applications and S3 servers.
knox supports all the basic file handling operations. From uploading, copying and up to deletion. Batch operations are supported as well.
Just check out the documentation and the provided examples.
What is new in this release:
- Fixed reported sporadic error with client.list getting null data by reporting it instead of crashing.
What is new in version 0.8.2:
- Fixed a potential issue where request listeners were not cleaned up properly if a callback threw an error.
What is new in version 0.8.0:
- Now allows path-style bucket access using style option, and automatically chooses it in a few cases.
What is new in version 0.7.1:
- Fixed requests using certain Amazon headers, like the conditional copy headers.
What is new in version 0.5.5:
- Fixed signedUrl query-string extra-param support for parameters that contained Unicode characters.
Requirements:
- Node.js 0.8 or higher
- Amazon S3 API credentials
Comments not found