Download
Certified
Download local file to internal storage
Download
Certified
Download local file to internal storage
yaml
type: io.kestra.plugin.fs.local.DownloadExamples
yaml
id: fs_local_download
namespace: company.team
tasks:
- id: download
type: io.kestra.plugin.fs.local.Download
from: "/data/files/source.csv"
workerGroup: "etl-worker"
yaml
id: fs_local_download_checksum
namespace: company.team
tasks:
- id: download
type: io.kestra.plugin.fs.local.Download
from: "/data/files/source.csv"
validateChecksum: true
checksumExpected: "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
Properties
from *Requiredstring
checksumAlgorithm string
Default
SHA_256Possible Values
MD5SHA_1SHA_256SHA_512checksumExpected string
validateChecksum booleanstring
Default
falseOutputs
checksum string
size integer
uri string
Format
uri