Closed
Description
From the docs;
storage > bucket.getFiles > query.delimiter
[...] Objects whose names, aside from the prefix, contain delimiter will have their name truncated after the delimiter, returned in prefixes.
But then there is no reference anywhere to that "prefixes" array (?) that should contain the truncated objects.
This would be really useful if implemented, because as of today, there is not a simple way of making an object browser with folder hierarchy (like the storage explorer in the application console), which is able to list files and folders given a prefix (or inside a folder).