MikeThomsen commented on code in PR #6293:
URL: https://github.com/apache/nifi/pull/6293#discussion_r962162164
##########
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/ListS3.java:
##########
@@ -217,6 +217,14 @@ public class ListS3 extends AbstractS3Processor implements
VerifiableProcessor {
.defaultValue("0 sec")
.build();
+ public static final PropertyDescriptor MAX_AGE = new Builder()
Review Comment:
You need an additional validation in `customValidate` to ensure the MAX_AGE
is greater than the MIN_AGE.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]