put_file
Upload a single local file to MinIO with automatic path construction (did/sid/fid) and metadata upload. Returns a metadata JSON object with identifiers and timestamp.
Instructions
上传单个本地文件到 MinIO。自动构建目标路径为 did/sid/fid,并上传元数据 JSON。返回元数据 JSON 对象 (含 did/sid/fid/originalInput/putResult/timestamp)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | 本地文件路径 | |
| metadata | No | 文件元数据(可选) | |
| bucketName | Yes | 目标存储桶名称 |