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

Refactor async/await #57

Closed rristov60 closed 1 year ago

rristov60 commented 1 year ago

This PR refactors all of the nodes by replacing function callbacks with async/await to eliminate potential memory leaks. This PR closes #56