?
List objects
Lists the objects in a store, by prefix.
admin.files.ls({ store: "assets", prefix: "reports/" })
Lists the objects in a store, optionally filtered by key prefix, with a cursor for paging. For a summary of the stores themselves, use files list.
Parameters
--store
string
RequiredThe store to list.
--prefix
string
Only objects under this key prefix.
CLI
remy-admin files ls --store assets --prefix reports/