A simple webserver in node.js that authorizes access to files with the Amazon S3 scheme.
A working node.js installation is required. After that download the repository.
Install the dependencies npm install
coffee s3serv.coffee
-
Compile the coffeescript to javascript
coffee -c s3serv.coffee
-
Run the thing
node s3serv.js