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

Put Object node typo in 'metadata' property #38

Closed KIKOmanasijev closed 1 year ago

KIKOmanasijev commented 1 year ago

The "Put Object" node expects "metadata" property in order to update specific Object's metadata. There is a typo in the documentation, and this property has been written in camel case (metaData) - which results in setting the metadata of the targeted object to always be an empty object.

rristov60 commented 1 year ago

Hi @KIKOmanasijev, thanks for opening an issue for this. This will be patched shortly

rristov60 commented 1 year ago

@KIKOmanasijev this has been fixed and as of now it is available to update in node-red, version 1.7.3. Kind regards