Daniel-t / node-red-contrib-aws

A collection of Node-RED nodes for AWS.
Apache License 2.0
57 stars 59 forks source link

Enhancement: Please add the ability to generate S3 Presigned URL #64

Open colin-infersens opened 4 years ago

colin-infersens commented 4 years ago

Hi Daniel, This is a fantastic resource, thank you. I need to be able to generate resigned URLs for files in buckets in S3 (Minio, actually), as per: https://docs.min.io/docs/javascript-client-api-reference.html#presignedUrl ...and can't see the functionality in here yet. I'd be really grateful if you could include this capability, please. Many thanks, Colin

Daniel-t commented 3 years ago

This is a frustrating issue, the presigned URL functions aren't officially part of the AWS API (although the API uses them), so I've got no mechanism to automatically create a node for this function, which is how almost everything else is done. If there's enough interest I'll create a static utility node, but I'd prefer not to.