Fetch multiple objects matching a URI prefix or simple glob (single * in the trailing segment). Backend is inferred from the scheme. Use max_items to guard against accidentally listing millions of keys.
URI prefix or glob (e.g. s3://bucket/prefix/, file:///abs/path/*.csv). ** is rejected explicitly because recursive listing is easy to misuse.
format
string
Optional format hint recorded for downstream reference.
max_items
number
Maximum number of items to fetch. 0 means unlimited. If the backend returns more than this, the block errors out so users must opt in to larger fetches.