Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node-red-node-aws nodes do not contain output ports #281

Open
blalor opened this issue Jun 25, 2021 · 2 comments
Open

node-red-node-aws nodes do not contain output ports #281

blalor opened this issue Jun 25, 2021 · 2 comments

Comments

@blalor
Copy link

blalor commented Jun 25, 2021

Which node are you reporting an issue on?

node-red-node-aws, "amazon s3 out".

What are the steps to reproduce?

Use the node to put an object into an S3 bucket.

What happens?

If the node works successfully, no output is returned. If the node fails, no output is returned.

What do you expect to happen?

For there to be an output port the emits a message when the operation is complete, and for the message to contain the relevant parts of the operation result (such as success/fail). No such output port exists: this node is a dead end.

This is #280, following the new issue template.

Please tell us about your environment:

n/a

@dceejay
Copy link
Member

dceejay commented Jun 26, 2021

can you not use the status and/or catch nodes to see the status and or any errors ?

@blalor
Copy link
Author

blalor commented Jun 26, 2021

I'm new to node-red; I didn't realize those were available. It does not look like the amazon s3 out node outputs a status when an object is uploaded to a bucket. Without that, and without an output message from the node indicating that an upload is complete, I'm resorting to a delay to try to make sure I don't notify another node about the upload before it's actually complete. There doesn't appear to be any way to synchronously wait for an object to be uploaded, and that's the main issue I'm having.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants