Skip to content

Chunk

chunk outbound wraps an upstream outbound and splits data into fixed-size chunks.

Structure

{
  "type": "chunk",
  "tag": "chunk-out",
  "size": "64MB",
  "outbound": "s3-out"
}

Fields

size

Required

The chunk size.

Must be a positive integer followed by a unit: B, KB, MB, or GB.

outbound

Required

The tag of the upstream outbound.