Skip to content

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

Open
AdrianHL wants to merge 3 commits intoVinelab:masterfrom
AdrianHL:master
Open

Make sure that all the objects are retrieved. The listObjects functio…#120
AdrianHL wants to merge 3 commits intoVinelab:masterfrom
AdrianHL:master

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.

1 participant