Github user jvwing commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2291#discussion_r153396888
--- Diff:
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/PutS3Object.java
---
@@ -154,6 +155,14 @@
.defaultValue(StorageClass.Standard.name())
.build();
+
+ public static final PropertyDescriptor PUT_ENRICHMENT_SERVICE = new
PropertyDescriptor.Builder()
+ .name("Put Enrichment Service")
--- End diff --
Same request for machine-readable name and human-readable displayName.
---