Read Media Node

The Read Media node pulls media objects from a target bucket and exposes them in the workflow payload.


Configuration

  • Bucket: Source bucket.
  • Collection: Optional folder-like partition.
  • Limit: Number of items to read.
  • Page: Pagination index.
  • Output Key: Payload path for the returned items.

Typical Pattern

  1. Read candidate media files from bucket.
  2. Use Iterator to process each item.
  3. Run inference or transformation steps.

Related Pages