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


##########
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/ListS3.java:
##########
@@ -217,6 +218,15 @@ public class ListS3 extends AbstractS3Processor implements 
VerifiableProcessor {
             .defaultValue("0 sec")
             .build();
 
+    public static final PropertyDescriptor MAX_AGE = new Builder()
+            .name("max-age")
+            .displayName("Maximum Object Age")
+            .description("The maximum age that an S3 object must be in order 
to be considered; any object older than this amount of time (according to last 
modification date) will be ignored")

Review Comment:
   @marcocharlie I had a look at the code and I think there is a typo here:
   ```suggestion
               .description("The maximum age that an S3 object can be in order 
to be considered; any object older than this amount of time (according to last 
modification date) will be ignored")
   ```
   or `may be in order to be considered`.



-- 
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-unsubscr...@nifi.apache.org

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

Reply via email to