Delete
yaml
type: "io.kestra.plugin.aws.s3.delete"
Examples
yaml
id: aws_s3_delete
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.aws.s3.Delete
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
key *Requiredstring
accessKeyId string
bypassGovernanceRetention booleanstring
compatibilityMode booleanstring
endpointOverride string
forcePathStyle booleanstring
mfa string
region string
requestPayer string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15M
Format
duration