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.
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.