S3BucketObjectList Currently uses this method to parse the files:
parseContents(xml["ListBucketResult"]["Contents"])
However, if you use a delimiter your results are here:
xml["ListBucketResult"]["CommonPrefixes"]
Therefore, if i've understood it correctly, using a delimiter with the current library doesn't return any results.