Download ​Download

yaml
type: "io.kestra.plugin.aws.s3.download"
yaml
id: aws_s3_download
namespace: company.team

tasks:
  - id: download
    type: io.kestra.plugin.aws.s3.Download
    accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
    secretKeyId: "{{ secret('AWS_SECRET_KEY_ID') }}"
    region: "eu-central-1"
    bucket: "my-bucket"
    key: "path/to/file"
Properties
Default false
Default 1000
Default PT15M
Format duration
SubType
SubType string
Format uri
SubType string
Format uri