MaxServ / t3ext-fal_s3

S3 driver for FAL
GNU General Public License v2.0
13 stars 10 forks source link

[BUGFIX] Prevent filelist exception when a directory contains a file …of type 'Octet-stream' + directory with the same name #67

Closed DerFrenk closed 2 years ago

DerFrenk commented 2 years ago

$file can sometimes be []. This resulted in an Exception. Make sure the file is not an empty array.