How to use Amazon AWS S3 node
Amazon AWS S3 node allows you to explore an AWS bucket, write and read files in a bucket.
First, you have to configure the node by typing the AccessKeyID and the Secret access key (given by your aws admin)

You can write files by using the write node

The write node must be configured by opening the node, or by filling the “msg.filename” field.

The timestamp is automatically added between the filename and the extension (.csv ; .txt)
You can explore the AWS bucket by using the explore node

It gives you the path for each files.

You can read files by using the read node.

You can fill the “Filename” field or fill the “msg.filename” field.
It will give you the content of the file in the payload.
