diff --git a/storage/src/http/objects/list.rs b/storage/src/http/objects/list.rs index 38efe6af..bf9ba6c3 100644 --- a/storage/src/http/objects/list.rs +++ b/storage/src/http/objects/list.rs @@ -53,6 +53,9 @@ pub struct ListObjectsRequest { /// increasing generation number. The default value for versions is false. /// For more information, see Object Versioning. pub versions: Option, + /// Filter results to objects and prefixes that match this glob pattern. + /// For more information, see [List objects and prefixes using glob]() + pub match_glob: Option, } /// The result of a call to Objects.ListObjects