Skip to content

BenoitClaveau/qwebs-aws-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

AWS S3 service to be used in qwebs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published