node-red-web-nodes icon indicating copy to clipboard operation
node-red-web-nodes copied to clipboard

Fix issue to output same messages from amazon s3 in node

Open kazuhitoyokoi opened this issue 3 years ago • 0 comments
trafficstars

  • [x] Bugfix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)

Proposed changes

The current Amazon S3 node output the same messages after uploading multiple files to S3 bucket. This issue occurs due to no message clone handling in the node. Therefore, I modified the code to use message clone.

Checklist

  • [x] I have read the contribution guidelines
  • [ ] For non-bugfix PRs, I have discussed this change on the forum/slack team.
  • [ ] I have run grunt to verify the unit tests pass
  • [ ] I have added suitable unit tests to cover the new/changed functionality

kazuhitoyokoi avatar Jul 30 '22 16:07 kazuhitoyokoi