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] Do not crash when moving empty folder #149

Closed cweiske closed 2 weeks ago

cweiske commented 2 weeks ago

At least MinIO's list response does not contain a 'Content' property when a folder has no child elements.

When moving a folder, check for its existence before iterating over it.

Resolves: https://github.com/andersundsehr/aus_driver_amazon_s3/issues/148