minio_get_object
Retrieve content from a MinIO object storage bucket by specifying the bucket and object names. This tool enables access to stored files and data within S3-compatible storage systems.
Instructions
Get object content from MinIO bucket
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket_name | Yes | Name of the bucket | |
| object_name | Yes | Name of the object to retrieve |