digitalnodecom / node-red-contrib-generic-s3

Generic S3 nodes for use in Node-RED
https://www.npmjs.com/package/@digitalnodecom/node-red-contrib-generic-s3
Apache License 2.0
3 stars 5 forks source link

Using mustache template inside URL / other input fields #67

Open trajche opened 10 months ago

trajche commented 10 months ago

Node-RED's default HTTP node's allow for using variables inside the input fields (at least for the URL).

https://cookbook.nodered.org/http/set-request-url-template https://cookbook.nodered.org/http/set-query-string

Ideally we would be able to use the same in the S3 nodes.

The goal is if we have different variables (let's say: instance_ids) which would be a part of the path to object allowing to call multiple S3 calls from a single input node.

Example:

image
rristov60 commented 10 months ago

Hi @trajche, thank you for opening this ticket and for the idea. This will be nice addition to the nodes as it will make them more versatile