DeleteList
yaml
type: "io.kestra.plugin.aws.s3.deletelist"
Examples
yaml
id: aws_s3_delete_list
namespace: company.team
tasks:
- id: delete_list
type: io.kestra.plugin.aws.s3.DeleteList
accessKeyId: "{{ secret('AWS_ACCESS_KEY_ID') }}"
secretKeyId: "{{ secret('AWS_SECRET_KEY_ID') }}"
region: "eu-central-1"
bucket: "my-bucket"
prefix: "sub-dir"
Properties
bucket *Requiredstring
accessKeyId string
compatibilityMode booleanstring
concurrent Non-dynamicinteger
Minimum
>= 2
delimiter string
encodingType string
endpointOverride string
errorOnEmpty booleanstring
Default
false
expectedBucketOwner string
filter string
Default
BOTH
Possible Values
FILES
DIRECTORY
BOTH
forcePathStyle booleanstring
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
Outputs
count integer
Default
0
size integer
Default
0