You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/09/05 13:46:01 UTC

[GitHub] [nifi] marcocharlie commented on a diff in pull request #6293: [NIFI-10349] Add maximum object age property to list s3

marcocharlie commented on code in PR #6293:
URL: https://github.com/apache/nifi/pull/6293#discussion_r962924894


##########
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:
   thank you very much we added `createMaxAgeValidator` and fixed `testListIgnoreByMaxAge`, ready for review



-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org