list_objects
List objects stored in Tencent Cloud Object Storage (COS) with optional prefix filtering for efficient cloud storage management.
Instructions
列出COS中的对象
Input Schema
Name | Required | Description | Default |
---|---|---|---|
prefix | No | 对象键的过滤前缀,默认列出所有对象 |
Input Schema (JSON Schema)
{
"properties": {
"prefix": {
"description": "对象键的过滤前缀,默认列出所有对象",
"type": "string"
}
},
"type": "object"
}