Downloads
yaml
type: "io.kestra.plugin.minio.downloads"
Examples
yaml
id: minio_downloads
namespace: company.team
tasks:
- id: downloads
type: io.kestra.plugin.minio.Downloads
accessKeyId: "<access-key>"
secretKeyId: "<secret-key>"
region: "eu-central-1"
bucket: "my-bucket"
prefix: "sub-dir"
action: "DELETE"
yaml
id: s3_compatible_downloads
namespace: company.team
tasks:
- id: downloads
type: io.kestra.plugin.minio.Downloads
accessKeyId: "<access-key>"
secretKeyId: "<secret-key>"
endpoint: https://<region>.digitaloceanspaces.com
bucket: "kestra-test-bucket"
prefix: "data/orders"
action: "DELETE"
Properties
action *Requiredstring
Possible Values
MOVE
DELETE
NONE
accessKeyId string
bucket string
delimiter string
endpoint string
filter string
Default
BOTH
Possible Values
FILES
DIRECTORY
BOTH
marker string
maxKeys integerstring
Default
1000
moveTo Copy-CopyObject
prefix string
regexp string
region string
secretKeyId string
Definitions
io.kestra.plugin.minio.model.MinioObject
etag string
key string
lastModified string
Format
date-time
owner Owner
size integer
uri string
Format
uri