Skip to content

s3: top level entries #4

@momolog

Description

@momolog

Given we have an S3 bucket with the following content:

dir1-
    |-subdir1
    |-subdir2
    |-file1
dir2-
    |-file2

Connecting to the bucket like in the s3-example, i would suspect to get the top-level "directories" dir1 and dir2 in the bucket by doing

box[''].entries

or

box['/'].entries

This does not work, the result is []

However, doing

box['dir1'].entries

we get back an array containing subdir1, subdir1 and file1
as expected.

So the behavior in the top level seems to be a bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions