Expand description
Concurrent presigned-URL resolution.
Each (asset, coin, month) partition needs its own short-lived presigned
URL, minted via the download endpoint. For multi-partition reads we resolve
them concurrently — a scoped thread pool for the sync client,
futures::try_join_all for async.
Constants§
- MAX_
WORKERS - Cap on worker threads / concurrent URL fetches.
Functions§
- resolve_
async - Resolve presigned URLs for
refsconcurrently, preserving order. - resolve_
sync - Resolve presigned URLs for
refsconcurrently, preserving order.