fn is_missing_object(error: &Error) -> boolExpand description
Whether a provider read failed because the object is absent (a 404 or a
dangling metadata row), which is skipped rather than retried. tuwunel’s
Error::is_not_found does not cover the object-store variant, so match it
directly.