1.0.0 • Published 7 years ago

we-plugin-aws v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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

Copyright

Copyright Alberto Souza contato@albertosouza.net and contributors , under the MIT license.