Download a file from a GCS bucket.

yaml
type: "io.kestra.plugin.gcp.gcs.Download"
yaml
id: gcp_gcs_download
namespace: company.team

tasks:
  - id: download
    type: io.kestra.plugin.gcp.gcs.Download
    from: "gs://my_bucket/dir/file.csv"
Properties

The file to copy

The GCP service account to impersonate.

The GCP project ID.

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

The GCP scopes to be used.

The GCP service account.

The bucket of the downloaded file

The path on the bucket of the downloaded file

Format uri

The url of the downloaded file on kestra storage