Selection criteria for listObjects()
#355
Labels
type: improvement
A minor improvement to an existing feature
listObjects()
#355
Feature description
Most blob storage supports server-side filtering of blob lists. It would be good if the
listObjects()
method were overloaded to allow for specifying parameters for this selection. Almost all services allow filtering by prefix, so it would be appropriate to have a method likelistObjectsbyPrefix(String)
that supports list of blob names starting with prefix.Filtering can be done within the application, but for large buckets, it can be a resource-intensive operation. So it's better to perform the filtering directly on the server.
The text was updated successfully, but these errors were encountered: