yaml
type: "io.kestra.plugin.fs.local.upload"
Examples
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
from *Requiredstring
overwrite booleanstring
Default
true
to string
Outputs
size integer
uri string
Format
uri