minio_put_object
Upload text content as an object to a MinIO bucket with specified bucket name, object name, and optional MIME type for object storage management.
Instructions
Upload content as an object 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 | |
| content | Yes | Text content to upload | |
| content_type | No | MIME type of the content (default: application/octet-stream) |