mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-11 03:10:59 +00:00
The default pagination is every 100 items with a maximum of 1000 from Amazon. This properly uses the marker returned by Amazon to concatenate the various pages from the results. This fixes #2440.