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
- Read candidate media files from bucket.
- Use Iterator to process each item.
- Run inference or transformation steps.
