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 get object stringify body flag #32

Closed rristov60 closed 1 year ago

rristov60 commented 1 year ago

This PR adds Stringify Body flag to Get Object node. When the flag is set, the response message payload includes additional property, BodyAsString which contains the stringified body. The original Body from the response message is a stream. Closes #30