list abstract method
List every object whose key starts with prefix, with full metadata.
Same RAW string-prefix rule as deletePrefix: list('photos')
matches photos/a, photos_old/b, and photos2; list('photos/')
matches only photos/*. The empty prefix lists everything.
Implementation
Future<List<ObjectInfo>> list(String prefix);