Download
type: "io.kestra.plugin.gcp.gcs.Download"
Download a file from a GCS bucket.
# Examples
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 used
# serviceAccount
- Type: string
- Dynamic: ✔️
- Required: ❌
The GCP service account key
# Outputs
# bucket
- Type: string
The bucket of the downloaded file
# path
- Type: string
The path on the bucket of the downloaded file
# uri
- Type: string
The url of the downloaded file on kestra storage
← DeleteList Downloads →