andreaswittig / node-red-contrib-storage-s3-advanced

Advanced implementation of the node-red storage API for AWS S3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-red-contrib-storage-s3

Node-Red module to support storage of node-red configuration data in AWS S3

requires the following configuration:

credentials: Should be available in a credentials file - ~/.aws/credentials on Mac/Linux or C:\Users\USERNAME.aws\credentials on Windows

settings.js: the following parameters can be added

  • awsRegion: optional region such as eu-west-1
  • awsS3Appname: optional name of application
  • awsS3Bucket: optional name of S3 bucket to use
  • storageModule: require('node-red-contrib-storage-s3'),

default settings for optional configuration:
  • awsRegion: 'eu-west-1'
  • awsS3Bucket: user display name + '-node-red'
  • awsS3Appname: aws instance name
Author ------- Kieran Dolan (@kierandol)

Copyright and license

Copyright 2014, 2016 IBM Corp. under the Apache 2.0 license.

About

Advanced implementation of the node-red storage API for AWS S3


Languages

Language:JavaScript 100.0%