GitHub user damienb-opt opened a pull request: https://github.com/apache/camel/pull/2321
S3Producer must close the streams it opens If S3Producer is not configured to delete file after upload, it leaves dangling streams. You can merge this pull request into a Git repository by running: $ git pull https://github.com/damienb-opt/camel patch-1 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2321.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2321 ---- commit 14d52eac39ebba081a8d1acd6b598a965b0dea68 Author: damienb-opt <36661255+damienb-opt@...> Date: 2018-05-06T09:26:32Z S3Producer must close the streams it opens ---- ---