/S3-node

Upload files to AWS S3 with node.js

Primary LanguageJavaScript

AWS uploader

setup

Create a config.json at the project root.

{ 
    "accessKeyId": "", 
    "secretAccessKey": "",
    "region": "eu-west-1" 
}