You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Morten Buhl (Jira)" <ji...@apache.org> on 2020/05/20 10:28:00 UTC

[jira] [Created] (NIFI-7472) ListS3 should support for page-size, max-items, starting-token

Morten Buhl created NIFI-7472:
---------------------------------

             Summary: ListS3 should support for page-size, max-items, starting-token
                 Key: NIFI-7472
                 URL: https://issues.apache.org/jira/browse/NIFI-7472
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Extensions
            Reporter: Morten Buhl


S3 supports serverside pagination

[https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-pagination.html]

You can supply how many items you want returned in each batch, how many in total and a starting token.

Reading the documentation i doesn't seem like ListS3 supports at least page-size and max-items. I am a little unsure if starting-token is supported by the internal state of ListS3?

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)