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 with base64 encoding for getting binary body elements #48

Closed hoschult closed 11 months ago

hoschult commented 11 months ago

This PR adds Stringify Body flag base 64 encoding to Get Object node. When the flag is set, the response message payload includes additional property, BodyAsStringBase64 which contains the stringified body with base64 encoding for dealing with binary objects. The original Body from the response message is a stream

hoschult commented 11 months ago

great - good to here!