put_files
Upload multiple local files to a MinIO bucket in batch, assigning unique identifiers to each file and returning metadata as a JSON array.
Instructions
批量上传多个本地文件。共享同一 did/sid,每个文件独立生成 fid。返回元数据 JSON 对象数组。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | 文件列表 | |
| bucketName | Yes | 目标存储桶名称 |