Hello, When I create a directory within a container in Filesystem, blobstore.list() does not show the directory name separately. For example, when I generate the following structure and call blobstore.list, I do not get the ‘dir/‘ as a separate element:
Container |___blob1 |___blob2 |___dir |__ blob3 => blobstore.list returns: * blob1 * blob2 * dir/blob3 Thank you, Ashkan