[
https://issues.apache.org/jira/browse/CAMEL-8247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14278197#comment-14278197
]
ASF GitHub Bot commented on CAMEL-8247:
---------------------------------------
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 <[email protected]>
Date: 2015-01-15T03:26:36Z
CAMEL-8247 Producer does not use ObjectMetaData when exchange is a File
----
> [AWS-S3] Producer does not use ObjectMetaData when exchange is a File
> ---------------------------------------------------------------------
>
> Key: CAMEL-8247
> URL: https://issues.apache.org/jira/browse/CAMEL-8247
> Project: Camel
> Issue Type: Bug
> Components: camel-aws
> Affects Versions: 2.14.1
> Reporter: Shreyas Purohit
> Fix For: 2.15.0
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)