-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels