yaml
type: "io.kestra.plugin.gcp.gcs.copy"
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
Default false
SubType string
Default ["https://www.googleapis.com/auth/cloud-platform"]
Format uri