Vinelab / cdn

CDN Assets Manager Package for Laravel.
MIT License
216 stars 71 forks source link

Files Already On Bucket - ListObjects limited to 1000 objects #119

Open AdrianHL opened 7 years ago

AdrianHL commented 7 years ago

The listObjects function used when retrieving the files on the bucket (getFilesAlreadyOnBucket) limits the response to 1000 objects. Therefore if the bucket contains more than that amount of objects the function will return only 1000 objects instead of the whole list.

AdrianHL commented 7 years ago

120 Pull Request