How to read more than 1000 items from S3 in Java

Swathi Prasad
2 min readApr 5, 2023

AWS SDK for S3 provides API to manage S3 buckets and objects. It supports higher level abstractions for simplified development. In this article, you can learn how to integrate S3 with a Spring Boot application and make API requests to S3.

AWS S3 API can return a maximum of 1000 items per request. We need to work through several pages of API responses to fully list all items within…

--

--

Swathi Prasad

Software architect and developer living in Germany. Sharing my opinion and what I learn.