andersundsehr / aus_driver_amazon_s3

Provides a TYPO3 FAL driver for the Amazon Web Service S3
GNU Lesser General Public License v3.0
20 stars 39 forks source link

[BUGFIX] Enumeration of big folders with subfolders #5

Closed megamisan closed 7 years ago

megamisan commented 7 years ago

Merge the result's CommonPrefixes array to get all folders when the result is truncated. The truncated result may not contains exactly 1000 elements due to the prefixes. IsTruncated flag is used insted of element count.

Also reduce requests when querying files without recursive flag.