yaml
type: "io.kestra.plugin.core.storage.Write"

Write data to a file in the internal storage.

Examples

Write data to a file in the internal storage.

yaml
id: write
namespace: company.team

tasks:
- id: write
  type: io.kestra.plugin.core.storage.Write
  content: Hello World
  extension: .txt

Properties

content

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️

The file content.

extension

  • Type: string
  • Dynamic: ✔️
  • Required:

The file extension.

Outputs

uri

  • Type: string
  • Required:
  • Format: uri