Download

Download

Certified

Download a file from a MinIO bucket

yaml
type: io.kestra.plugin.minio.Download
yaml
id: minio_download
namespace: company.team

tasks:
  - id: download_from_storage
    type: io.kestra.plugin.minio.Download
    accessKeyId: "<access-key>"
    secretKeyId: "{{ secret('MINIO_SECRET_KEY_ID') }}"
    region: "eu-central-1"
    bucket: "my-bucket"
    key: "path/to/file"

yaml
id: s3_compatible_download
namespace: company.team

tasks:
  - id: download_from_storage
    type: io.kestra.plugin.minio.Download
    accessKeyId: "<access-key>"
    secretKeyId: "{{ secret('MINIO_SECRET_KEY_ID') }}"
    endpoint: https://<region>.digitaloceanspaces.com
    bucket: "kestra-test-bucket"
    key: "data/orders.csv"
Properties
Definitions
insecureTrustAllCertificatesbooleanstring
Formaturi
Unitbytes