Download Download

yaml
type: "io.kestra.plugin.gcp.gcs.Download"

Download a file from a GCS bucket.

Examples

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

Properties

from

  • Type: string
  • Dynamic: ✔️
  • Required:

The file to copy

projectId

  • Type: string
  • Dynamic: ✔️
  • Required:

The GCP project ID.

scopes

  • Type: array
  • SubType: string
  • Dynamic: ✔️
  • Required:
  • Default: [https://www.googleapis.com/auth/cloud-platform]

The GCP scopes to be used.

serviceAccount

  • Type: string
  • Dynamic: ✔️
  • Required:

The GCP service account key.

Outputs

bucket

  • Type: string
  • Dynamic:
  • Required:

The bucket of the downloaded file

path

  • Type: string
  • Dynamic:
  • Required:

The path on the bucket of the downloaded file

uri

  • Type: string
  • Dynamic:
  • Required:
  • Format: uri

**The url of the downloaded file on kestra storage **