Skip to content

S3BucketObjectList when using a delimiter doesn't extract the files correctly. #54

@morgz

Description

@morgz

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions