qwebs-aws-s3
v0.0.1
Published
AWS S3 service for Qwebs server
Downloads
1
Maintainers
Readme
qwebs-aws-s3
AWS S3 service for Qwebs server.
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