You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2015/07/11 15:33:04 UTC

[jira] [Resolved] (CAMEL-5857) Add server side encryption to header options when constructing an ObjectMetadata for a PUT in the S3Producer

     [ https://issues.apache.org/jira/browse/CAMEL-5857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-5857.
--------------------------------
    Resolution: Fixed
      Assignee: Claus Ibsen

Thanks Scott for the patch.

Sorry for the long time until it made into 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: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.16.0
>
>         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 was sent by Atlassian JIRA
(v6.3.4#6332)