aws-sdk-sample

Requirements

The only requirement of this application is the Node Package Manager. All other dependencies (including the AWS SDK for Node.js) can be installed with:

 npm install

Running the S3 sample

 FILE="path to file" REGION="region" ACCESSKEYID="accessKeyId" ACCESSKEY="secretAccessKey" BUCKET="bucket name" npm start