deleteCertified

Delete a file from a GCS bucket.

Delete a file from a GCS bucket.

yaml
type: "io.kestra.plugin.gcp.gcs.delete"
yaml
id: gcp_gcs_delete
namespace: company.team

tasks:
  - id: delete
    type: io.kestra.plugin.gcp.gcs.Delete
    uri: "gs://my_bucket/dir/file.csv"
Properties
Defaultfalse

Raise an error if the file is not found

The GCP service account to impersonate.

The GCP project ID.

SubTypestring
Default["https://www.googleapis.com/auth/cloud-platform"]

The GCP scopes to be used.

The GCP service account.

The file to delete

If the files was really deleted

Formaturi

The deleted uri