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
false
from string
impersonatedServiceAccount string
projectId string
scopes array
SubType string
Default
["https://www.googleapis.com/auth/cloud-platform"]
serviceAccount string
to string
Outputs
uri string
Format
uri