qwebs-aws-s3

0.0.1 • Public • Published

qwebs-aws-s3

AWS S3 service for Qwebs server.

NPM Build Status Coverage Status

Features

AWS S3

{
    "aws": {
        "s3": {
            "apiVersion": "2006-03-01", 
            "signatureVersion": "v4",
            "bucket": "<your bucket name>",
            "host": "https://s3.ap-northeast-2.amazonaws.com",
            "endpoint": "https://<api id>.execute-api.eu-central-1.amazonaws.com"
        }
    }
}

Declare and inject AWS S3 service

{
  "services": [
    { "name": "$aws-s3", "location": "qwebs-aws-s3" }
  ]
}

Installation

$ npm install qwebs-aws-s3

Test

To run our tests, clone the qwebs-aws-s3 repo and install the dependencies.

$ git clone https://github.com/BenoitClaveau/qwebs-aws-s3 --depth 1
cd qwebs-aws-s3
$ npm install
$ node.exe "..\node_modules\jasmine-node\bin\jasmine-node" --verbose tests

Package Sidebar

Install

npm i qwebs-aws-s3

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • benoit.claveau