Hi,
First, I would like to thank you for your little script, it's really useful!
I'm trying to use it to list S3 directories created by FuseOverAmazon. For some (technical, I assume) reason, this file system represents a directory by an empty file + an S3 directory which share the same name. Unfortunately, s3-file-list-page does not seem to handle this case and only list the empty file.
Acceptable fix for me would be either to list both the empty file and the directory or to list the directory only.
Thanks.