Upload
Upload file to the local filesystem
Upload
Upload file to the local filesystem
yaml
type: io.kestra.plugin.fs.local.UploadExamples
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
trueto string
Outputs
size integer
uri string
Format
uri