Pagination does not iterate through all items available. #2895
Labels
guidance
Question that needs advice or information.
response-requested
Waiting on additional information or feedback.
s3
Describe the bug
Pagination does not iterate through all items available. It only prints the first iteratation of items that is of size provided by the
MaxItems
parameter.Steps to reproduce
Expected behavior
e.g. If there are 10 objects, the iterator should iterate 2 times for
{'MaxItems': 5}
The text was updated successfully, but these errors were encountered: