FileDecompress FileDecompress

yaml
type: "io.kestra.plugin.compress.FileDecompress"

Decompress a file.

Examples

yaml
id: "file_decompress"
type: "io.kestra.plugin.compress.FileDecompress"
from: "{{ inputs.files }}"
compression: Z

Properties

compression

  • Type: string
  • Dynamic:
  • Required: ✔️
  • Possible Values:
    • BROTLI
    • BZIP2
    • DEFLATE
    • DEFLATE64
    • GZIP
    • LZ4BLOCK
    • LZ4FRAME
    • LZMA
    • SNAPPY
    • SNAPPYFRAME
    • XZ
    • Z
    • ZSTD

The algorithm compression of the archive file

from

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

The file's internal storage URI.

Outputs

uri

  • Type: string
  • Dynamic:
  • Required:
  • Format: uri

URI of the decompressed file on Kestra's internal storage.