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

Refactor of nodes with async callbacks #14

Closed rristov60 closed 1 year ago

rristov60 commented 1 year ago

This PR resolves a bug, that didn't allow for the user to perform sequential operations with the nodes. This affected all nodes except List Buckets and List Objects. All of the nodes, including the exceptions were refactored. The output of the nodes was modified slightly which allows for better flow handling.