GitHub user shreyaspurohit opened a pull request: https://github.com/apache/camel/pull/360
Added support to set custom headers to AWS-S3 @davsclaus This is especially needed to send encryption headers to S3 among others (http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html). I did try to upgrade the AWS SDK to 1.9.3 which has Header constants, but that breaks the DynamoDB which would need to be upgraded to v2. I will work on it as I get time, but for now this is a solution. Since, this is my first pull request, please let me know if I need to do/submit anything else. Thanks. You can merge this pull request into a Git repository by running: $ git pull https://github.com/shreyaspurohit/camel AWS-S3-AddHeaderSupport Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/360.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 #360 ---- commit 4a5f175626556571d1d30456482f741303fa5350 Author: Shreyas Purohit <shreyas.puro...@gmail.com> Date: 2014-12-25T10:26:23Z Added support to set custom headers to AWS-S3. This is especially needed to send encryption headers to S3 among others. ---- --- 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. ---