Discriminant
type: "url"
Minimal config
Going deeper
- Prefer stable, long‑enough lifetimes for URLs to cover the full processing time.
- If your URLs may expire quickly, consider the S3 connector instead to avoid timeouts during download.
Connect using direct links to files like pre-signed S3 URLs
type: "url"{
"connector": {
"type": "url",
"urls": [
"https://signed.example.com/abc.pdf",
"https://signed.example.com/demo.mp4"
]
}
}