[
https://issues.apache.org/jira/browse/NIFI-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15172559#comment-15172559
]
ASF GitHub Bot commented on NIFI-1180:
--------------------------------------
Github user mosermw commented on the pull request:
https://github.com/apache/nifi/pull/246#issuecomment-190377532
When a PropertyDescriptor does not have a .displayName() set, then the
.name() is used in the UI. There was a time when .displayName() did not exist
and .name() displayed in the UI, so that's why you see many standard processors
that do not use displayName. displayName was added so that you could change
the name used in the UI without breaking backward compatibility in the flow.xml.
So the original comment from @alopresto represents the latest best practice
for NiFi processor development.
> 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)