You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: