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

Option to manually set 'contentEncoding' when doing Put or Copy Object #44

Closed KIKOmanasijev closed 12 months ago

KIKOmanasijev commented 1 year ago

When doing a PutObject, there is a possibility to explicitly set the object's ContentType header via the msg.contentType property. It would be really handy if the same could be done for the ContentEncoding header - if possible - when creating, updating or copy-ing objects.

rristov60 commented 1 year ago

Thanks for the issue @KIKOmanasijev, this feature will be implemented, and you will be notified once there is a new release closing this issue.

rristov60 commented 12 months ago

@KIKOmanasijev, this feature has been added in the newest release v1.10.0 to Put Object, Put Objects, Copy Object and Move Object nodes. Feel free to reopen the issue if something pops up related to this or to open a new issue for another topic.