node-red-web-nodes
node-red-web-nodes copied to clipboard
Fix issue to output same messages from amazon s3 in node
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
gruntto verify the unit tests pass - [ ] I have added suitable unit tests to cover the new/changed functionality