Answer the question
In order to leave comments, you need to log in
AWS S3 - How to make pagination by page?
I want to do pagination by "pages". When we access S3, pass the page parameter to the server, then select 10,000 lines of the corresponding page, provided that there are 10,000 elements per page.
I use this:
$s3client->getPaginator('ListObjects', $arguments)->search('Contents[].Key');
Answer the question
In order to leave comments, you need to log in
This is not possible in native ways. Only if you store a list of objects in your database
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question