minio_download_file
Download objects from MinIO or S3-compatible storage to local files by specifying bucket name, object name, and destination path.
Instructions
Download an object from MinIO to a local file
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket_name | Yes | Name of the bucket | |
| object_name | Yes | Name of the object to download | |
| file_path | Yes | Local path to save the file |