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
- s3:CreateBucket
- s3:ListBucket
- s3:PutObject
- s3:GetObject
Kieran Dolan (@kierandol)
sakazuki
Copyright 2014, 2016 IBM Corp. under the Apache 2.0 license.