exceptionfactory commented on code in PR #6477:
URL: https://github.com/apache/nifi/pull/6477#discussion_r991451299


##########
nifi-nar-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/s3/ListS3.java:
##########
@@ -181,7 +181,7 @@ public class ListS3 extends AbstractS3Processor implements 
VerifiableProcessor {
             
.expressionLanguageSupported(ExpressionLanguageScope.VARIABLE_REGISTRY)
             .required(false)
             .addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
-            .description("The prefix used to filter the object list. In most 
cases, it should end with a forward slash ('/').")
+            .description("The prefix used to filter the object list. Do not 
begin with a forward slash ('/').")

Review Comment:
   Instead of rewording the description, it seems better to add the additional 
sentence, and the parentheses can be removed.
   ```suggestion
               .description("The prefix used to filter the object list. Do not 
begin with a forward slash '/'. In most cases, it should end with a forward 
slash '/'.")
   ```



-- 
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]

Reply via email to