copy_object
Copy objects between buckets in MinIO Storage by specifying source and destination bucket and object names through the MCP server.
Instructions
复制对象
Input Schema
Name | Required | Description | Default |
---|---|---|---|
destBucket | Yes | 目标存储桶名称 | |
destObject | Yes | 目标对象名称 | |
sourceBucket | Yes | 源存储桶名称 | |
sourceObject | Yes | 源对象名称 |