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

HeadObject implementation #24

Closed trajche closed 1 year ago

trajche commented 1 year ago

Implement HeadObject as a node for those usecases where GetObject is too expensive.

Bucket, Key, versionId from https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectVersions.html would be good to have for initial implementation.