minio_upload_file
Upload local files to MinIO object storage buckets using this MCP server tool. Specify bucket name, object name, and file path to store data in S3-compatible storage.
Instructions
Upload a local file to MinIO bucket
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket_name | Yes | Name of the bucket | |
| object_name | Yes | Name for the object in the bucket | |
| file_path | Yes | Path to the local file to upload | |
| content_type | No | MIME type of the content (auto-detected if not provided) |