Write
Write data to a file in Kestra internal storage.
Write
Write data to a file in Kestra internal storage.
yaml
type: io.kestra.plugin.core.storage.WriteExamples
yaml
id: write_file
namespace: company.team
tasks:
- id: write
type: io.kestra.plugin.core.storage.Write
content: Hello World
extension: .txt
Properties
content *Requiredstring
extension string
Outputs
uri string
Format
uri