0.0.2 • Published 1 year ago

node-red-contrib-epi-aws-s3 v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

node-red-contrib-epi-aws-s3

An EpiSensor Node-RED node to watch, send and receive files from an Amazon S3 bucket.

Install

Run the following command in the root directory of your Node-RED install

    npm install node-red-contrib-epi-aws-s3

Usage

Amazon S3 input node

Downloads content from an Amazon S3 bucket. The bucket name can be specified in the node bucket property or in the msg.bucket property. The name of the file to download is taken from the node filename property or the msg.filename property. The downloaded content is sent as msg.payload property. If the download fails msg.error will contain an error object.

0.0.2

1 year ago

0.0.1

1 year ago