I'm using
getBucket function to retrieve elements in my bucket - pretty simple :)
I can use
delimiter to
restrict a list of objects which im getting from bucket, but if I use / as a delimiter I'm getting only objects in the "root" of bucket.
I'm interested with "directory like" browsing, I want to fetch objects which are files in bucket, but only in root directory, and folders from the root of the bucket - it's any chance to actually do this? I notice, that empty folders are objects with key + _$folder$ at the end... but is there is any way to recognize actually not empty folders?