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

Feature optional upsert #16

Closed rristov60 closed 1 year ago

rristov60 commented 1 year ago

This PR adds option to choose whether the user wants upserting to be enabled or not. This is added to Put Object(s) nodes and it can be either set directly from the node by checking the checkbox, or it can be set by adding the upsert flag to message property like msg.upsert = true | false;