Delete
Certified
Delete a file from a MinIO bucket.
Delete
Certified
Delete a file from a MinIO bucket.
yaml
type: io.kestra.plugin.minio.DeleteExamples
yaml
id: minio_delete
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.minio.Delete
accessKeyId: "<access-key>"
secretKeyId: "<secret-key>"
region: "eu-central-1"
bucket: "my-bucket"
key: "path/to/file"
yaml
id: s3_compatible_delete
namespace: company.team
tasks:
- id: delete
type: io.kestra.plugin.minio.Delete
accessKeyId: "<access-key>"
secretKeyId: "<secret-key>"
endpoint: https://<region>.digitaloceanspaces.com
bucket: "kestra-test-bucket"
key: "path/to/file"
Properties
accessKeyId string
bucket string
bypassGovernanceRetention booleanstring
caPem string
clientPem string
endpoint string
key string
region string
secretKeyId string
ssl Non-dynamic
Definitions
io.kestra.core.http.client.configurations.SslOptions
insecureTrustAllCertificatesbooleanstring