DeleteList
yaml
type: "io.kestra.plugin.minio.deletelist"
Examples
yaml
id: minio_delete_objects
namespace: company.team
tasks:
- id: delete_objects
type: io.kestra.plugin.minio.DeleteList
accessKeyId: "<access-key>"
secretKeyId: "<secret-key>"
region: "eu-central-1"
bucket: "my-bucket"
prefix: "sub-dir"
yaml
id: s3_compatible_delete_objects
namespace: company.team
tasks:
- id: delete_objects
type: io.kestra.plugin.minio.DeleteList
accessKeyId: "<access-key>"
secretKeyId: "<secret-key>"
endpoint: https://<region>.digitaloceanspaces.com
bucket: "kestra-test-bucket"
prefix: "sub-dir"
Properties
accessKeyId string
bucket string
concurrent Non-dynamicinteger
Minimum
>= 2
delimiter string
endpoint string
errorOnEmpty booleanstring
Default
false
filter string
Default
BOTH
Possible Values
FILES
DIRECTORY
BOTH
marker string
maxKeys integerstring
Default
1000
prefix string
regexp string
region string
secretKeyId string
Outputs
count integer
Default
0
size integer
Default
0