GitHub user shreyaspurohit opened a pull request: https://github.com/apache/camel/pull/372
[master][CAMEL-8247] Producer does not use ObjectMetaData when exchange is a File @WillemJiang @davsclaus The S3 Producer component does not take the ObjectMetaData set into account when the type of the exchange is a File. It does takes it into account when the exchange in an InputStream. This is a serious problem because a lot of S3 metadata set in camel headers are not considered at all. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shreyaspurohit/camel FixPutObjectMDBug Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/372.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 #372 ---- commit 6235e02a0df4e6fc3d5e4becf74dc8d5238a2d23 Author: Shreyas Purohit <shreyas.puro...@gmail.com> Date: 2015-01-15T03:26:36Z CAMEL-8247 Producer does not use ObjectMetaData when exchange is a File ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---