DeleteList
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
>= 2delimiter string
encodingType string
endpointOverride string
errorOnEmpty booleanstring
Default
falseexpectedBucketOwner string
filter string
Default
BOTHPossible Values
FILESDIRECTORYBOTHforcePathStyle booleanstring
marker string
maxKeys integerstring
Default
1000prefix string
regexp string
region string
requestPayer string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15MFormat
durationstsRoleSessionName string
Outputs
count integer
Default
0size integer
Default
0Metrics
s3.objects.deleted.count counter
Unit
objectss3.objects.deleted.size counter
Unit
bytes