[ 
https://issues.apache.org/jira/browse/CAMEL-5857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13667294#comment-13667294
 ] 

Claus Ibsen commented on CAMEL-5857:
------------------------------------

Christian do you work on getting the patch in the code base?
                
> Add server side encryption to header options when constructing an 
> ObjectMetadata for a PUT in the S3Producer
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-5857
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5857
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-aws
>            Reporter: Scott LePage
>            Assignee: Christian Müller
>            Priority: Minor
>         Attachments: camel-aws.patch
>
>
> Amazon S3 offers server side encryption for objects placed in the 
> buckets.This feature offers a great deal of robustness with a minimal amount 
> of effort. This feature is enabled 'per object' by setting the encryption to 
> use on the ObjectMetadata object during a PUT operation; all the heavily 
> lifting is done by the S3 service.
> Minimal code changes are required for this improvement; an added constant to 
> S3Constants, a check for header in the S3Producer and a write to header on 
> the S3Endpoint. I have included a patch. As there is no current unit test for 
> S3Producer and as mentioned in CAMEL-5781, no unit tests are added.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to