[
https://issues.apache.org/jira/browse/CAMEL-8184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shreyas Purohit updated CAMEL-8184:
-----------------------------------
Description:
AWS S3 SDK allows you to set any headers when sending set Object requests in S3
using either PutObjectRequest or multipart upload. This support especially
needs to be added so that the users can use it to set encryption headers for
SSE-KMS(http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html)
on S3 using the current 1.8.X library.
Even if the library is upgraded to 1.9.X which have defined constants for
encryption (which would currently break dynamodb) allowing to set headers
manually by the users would allow time to add more constants without blocking
any users and keeping it compatible,
The Github PR Link: https://github.com/apache/camel/pull/360
was:
AWS S3 SDK allows you to set any headers when sending set Object requests in S3
using either PutObjectRequest or multipart upload. This support especially
needs to be added so that the users can use it to set encryption headers for
SSE-KMS on S3 using the current 1.8.X library.
Even if the library is upgraded to 1.9.X which have defined constants for
encryption (which would currently break dynamodb) allowing to set headers
manually by the users would allow time to add more constants without blocking
any users and keeping it compatible,
The Github PR Link: https://github.com/apache/camel/pull/360
> [AWS-S3] Add support to set/retrieve custom headers in S3 for Producers &
> Consumers
> -----------------------------------------------------------------------------------
>
> Key: CAMEL-8184
> URL: https://issues.apache.org/jira/browse/CAMEL-8184
> Project: Camel
> Issue Type: Improvement
> Components: camel-aws
> Affects Versions: 2.14.1
> Reporter: Shreyas Purohit
> Priority: Minor
>
> AWS S3 SDK allows you to set any headers when sending set Object requests in
> S3 using either PutObjectRequest or multipart upload. This support especially
> needs to be added so that the users can use it to set encryption headers for
> SSE-KMS(http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html)
> on S3 using the current 1.8.X library.
> Even if the library is upgraded to 1.9.X which have defined constants for
> encryption (which would currently break dynamodb) allowing to set headers
> manually by the users would allow time to add more constants without blocking
> any users and keeping it compatible,
> The Github PR Link: https://github.com/apache/camel/pull/360
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)