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 7 forks source link

Put Object(s) #10

Closed trajche closed 1 year ago

trajche commented 1 year ago

Would be awesome to be able to feed an array and have the Node create multiple objects from it. Ideally this array could contain keys, body, meta (all the same as Put Object).

rristov60 commented 1 year ago

This feature has been added in the newest release 1.1.0. This release adds Put Objects node which allows for inserting and(or) updating multiple objects by providing an array of objects as an input. Please check README for more detailed information. Also you can find the newest release on npmjs.com. Feel free to open the issue if you think that the newest release does not address this.