Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

A simple webserver in node.js that authorizes access to files with the Amazon S3 scheme.

Installation

A working node.js installation is required. After that download the repository.

Install the dependencies npm install

Running

Running in coffee (Install coffeescript first):

coffee s3serv.coffee

Running in node.js

  1. Compile the coffeescript to javascript

    coffee -c s3serv.coffee

  2. Run the thing

    node s3serv.js

About

A simple node.js webserver that authorizes access based on the S3 Signed Link method

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages