yy4382 / s3-image-port

A dashboard to manage your images in S3 buckets. Can be used as a image hosting service.
https://iport.yfi.moe
Apache License 2.0
29 stars 14 forks source link

Not able to fetch all image if there are more than 1000 objects in the bucket #55

Closed yy4382 closed 5 months ago

yy4382 commented 5 months ago

Every S3 ListObject command can return 1000 objects. The listObj.ts should be modified to get all, including the truncated ones.