Copy
Copy
yaml
type: "io.kestra.plugin.gcp.gcs.Copy"Examples
yaml
id: gcp_gcs_copy
namespace: company.team
inputs:
- id: file
type: FILE
tasks:
- id: copy
type: io.kestra.plugin.gcp.gcs.Copy
from: "{{ inputs.file }}"
delete: true
Properties
delete booleanstring
Default
falsefrom string
impersonatedServiceAccount string
projectId string
scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/cloud-platform"]serviceAccount string
to string
Outputs
uri string
Format
uriMetrics
file.size counter
Unit
bytes