Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch all items in the bucket #344

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

kilburn
Copy link

@kilburn kilburn commented Aug 21, 2019

AWS API limits list responses to 1000 items. If the bucket is larger,
subsequent requests are needed to actually fetch all of the items in the
bucket.

This commit implements iteration logic to keep fetching while there are
more (not-returned-yet) results.

Fixes #343

@kilburn kilburn force-pushed the master branch 2 times, most recently from e729567 to 3a78d0b Compare August 21, 2019 07:11
AWS API limits list responses to 1000 items. If the bucket is larger,
subsequent requests are needed to actually fetch all of the items in the
bucket.

This commit implements iteration logic to keep fetching while there are
more (not-returned-yet) results.

Fixes jessestuart#343
@wassim
Copy link

wassim commented Feb 23, 2020

@jessestuart could you merge this please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The plugin only fetches the first 1000 images
2 participants