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

msg.bucket is ignored when using Create Bucket node #69

Closed KIKOmanasijev closed 3 months ago

KIKOmanasijev commented 10 months ago

msg.bucket is ignored when using Create Bucket node.

How to replicate:

KIKOmanasijev commented 9 months ago

@rristov60 any updates on this?

rristov60 commented 9 months ago

Hi @KIKOmanasijev, thanks for the issue! Currently looking into this, a fix is coming soon!

rristov60 commented 9 months ago

@KIKOmanasijev, may I ask you which version you are using of the nodes, and what is the name of the bucket you are trying to create is following the naming conventions specified here ?

I tried to replicate the issue, but unfortunately I am not able to replicate this. I do get an Invalid Bucket Name error when trying to use bucket name that is not following the above mentioned convention.

Also please note that the priority is given to GUI field

KIKOmanasijev commented 3 months ago

@rristov60 Sorry for the late reply. It seems the issue was only available on my fork from this repo, and it's been fixed after pulling your latest changes.

Therefore, I am closing this PR.