
Delete
CertifiedDelete a single S3 object
Delete
Certified
Delete a single S3 object
yaml
type: io.kestra.plugin.aws.s3.DeleteExamples
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
pluginDefaultsRef Non-dynamicstring
region string
requestPayer string
secretKeyId string
sessionToken string
stsEndpointOverride string
stsRoleArn string
stsRoleExternalId string
stsRoleSessionDuration string
Default
PT15M