Download
yaml
type: "io.kestra.plugin.gcp.gcs.download"
Examples
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
from string
impersonatedServiceAccount string
projectId string
scopes array
SubType string
Default
["https://www.googleapis.com/auth/cloud-platform"]
serviceAccount string
Outputs
bucket string
path string
uri string
Format
uri