Skip to content

Selection criteria for listObjects() #355

Open
@FilipJirsak

Description

@FilipJirsak

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 like listObjectsbyPrefix(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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: improvementA minor improvement to an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions