minio_presigned_url
Generate time-limited download URLs for MinIO objects to enable secure, temporary access without requiring permanent credentials.
Instructions
Generate a presigned URL for object download
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bucket_name | Yes | Name of the bucket | |
| object_name | Yes | Name of the object | |
| expires | No | URL expiration time in seconds (default: 3600) |