Download
yaml
type: "io.kestra.plugin.aws.s3.download"
Examples
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
bucket *Requiredstring
accessKeyId string
compatibilityMode booleanstring
Default
false
delimiter string
endpointOverride string
expectedBucketOwner string
forcePathStyle booleanstring
key string
marker string
maxKeys integerstring
Default
1000
prefix string
regexp string
region string
requestPayer string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15M
Format
duration
stsRoleSessionName string
versionId string
Outputs
Definitions
io.kestra.plugin.aws.s3.models.FileInfo
contentLength integer
contentType string
eTag string
metadata object
SubType string
uri string
Format
uri