[
https://issues.apache.org/jira/browse/NIFI-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15158308#comment-15158308
]
ASF GitHub Bot commented on NIFI-1180:
--------------------------------------
GitHub user adamonduty opened a pull request:
https://github.com/apache/nifi/pull/246
NIFI-1180: Modify PutS3Object to enable encryption
This adds a property to set server side encryption on PutS3Object. In
addition, it adds `s3.sseAlgorithm` to `FetchS3Object` so users of that
processor will know if object encryption is turned on.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adamonduty/nifi NIFI-1180
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/246.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 #246
----
commit 522787dd5f6a11a0e6b8e97266106dfc66d9c09e
Author: Adam Lamar <[email protected]>
Date: 2016-02-21T06:12:56Z
NIFI-1180: Modify PutS3Object to enable encryption
----
> Modify PutS3Object to enable encryption
> ---------------------------------------
>
> Key: NIFI-1180
> URL: https://issues.apache.org/jira/browse/NIFI-1180
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Elli Schwarz
> Priority: Minor
>
> Amazon allows encryption to be enforced on objects that are put to S3. In the
> PutS3Object class, the objectMetadata object contains a method
> setSSEAlgorithm which can set encryption for the objects. A Nifi property
> should be added to the PutS3Object class so a user can enable/disable
> encryption from the processor itself.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)