we-plugin-aws
v1.0.0
Published
We.js AWS SDK connector plugin
Downloads
3
Readme
We.js AWS connector plugin
Add AWS SDK in one we.js project, use with other we.js plugins like we-plugin-file-s3
Configuration
And add AWS account configuration in config/local.js file:
// ----
apiKeys: {
AWS: {
region: 'us-east-11',
accessKeyId: 'yourclientid',
secretAccessKey: 'yoursecretkey',
}
}
// ----
Links
- We.js site: http://wejs.org
Copyright
Copyright Alberto Souza [email protected] and contributors , under the MIT license.