If your bucket contains a large number of objects, you can search for and retrieve objects by prefix to improve search efficiency.
Limits
Search rules
You can search for objects by prefix. A prefix is a string of characters at the beginning of the object name. The prefix string is case-sensitive and cannot contain forward slashes (/).
Search results
When you specify a prefix to search for objects in the root directory or the specified directory of a bucket, only the objects or subdirectories whose names contain the specified prefix are returned.
NoteIf you want to recursively search for objects or subdirectories in a directory of a bucket, you can use the GetBucket (ListObjects) operation or the ls command of ossutil.