Upload ​Upload

yaml
type: "io.kestra.plugin.fs.local.upload"
yaml
id: fs_local_upload
namespace: company.team

inputs:
  - id: file
    type: FILE

tasks:
  - id: upload
    type: io.kestra.plugin.fs.local.Upload
    from: "{{ inputs.file }}"
    to: "/data/uploads/file.txt"
    overwrite: true
    workerGroup: "etl-worker"
Properties
Default true
Format uri