Open trajche opened 1 year 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:
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
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: