Discussion Topics (with strawman proposals based on current implementations)
File Retrieval Auth
Proposal: support use of any of the following options
Capability url provided by submitter (e.g., presigned url)
Headers provided by the submitter in manifest (may also include non-auth headers)
At manifest root and/or the file level in output (file level overrides root if present):"output": [{
"url": "https://example.com/files/f6648327-1496-4ed4-9f39-944c4c6a2aa3.ndjson",
"headers": {"Authorization": "Basic aGVsbG86d29ybGQ="}
}]