When an s3 bucket has more than 1000 images, this plugin only fetches the first 1000. This is because the listObjectsV2 call returns a maximum of 1000 items (and forces the application to fetch the remainder in subsequent requests) as explained in the docs.