See delimiter - this is necessary to be able to list "directories".
In addition to BlobListOption.delimiter(String) it'd be nice if there were an argument-less method that uses / as the delimiter, since that's what ~99% of usages will want. I'd suggest directories() as that method name, so users can write bucket.list("...", BlobListOption.directories()).
See
delimiter- this is necessary to be able to list "directories".In addition to
BlobListOption.delimiter(String)it'd be nice if there were an argument-less method that uses/as the delimiter, since that's what ~99% of usages will want. I'd suggestdirectories()as that method name, so users can writebucket.list("...", BlobListOption.directories()).