const PROVIDER_READ_ATTEMPTS: u32 = 2;Expand description
Attempts to read each original from a source storage provider before the import gives up: one initial try plus one retry. The object store performs its own internal retries under each attempt, so a transient provider blip rarely reaches this outer limit.