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

Make sure that all the objects are retrieved. The listObjects functio… #120

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

AdrianHL
Copy link

Make sure that all the objects are retrieved. The listObjects function is limited to 1000 objects so if the bucket contains more than those objects then some of them will not be retrieved when using the listObjects function. An iterator is used instead as suggested in the AmazonS3 developer guide: http://docs.aws.amazon.com/AmazonS3/latest/dev/ListingObjectKeysUsingPHP.html

…n is limited to 1000 objects so if the bucket contains more than those objects then some of them will not be retrieved when using the listObjects function. An iterator is used instead as suggested in the AmazonS3 developer guide: http://docs.aws.amazon.com/AmazonS3/latest/dev/ListingObjectKeysUsingPHP.html
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.

None yet

1 participant