Instead of trying to download artifacts and then break on ingestion. Try to
prevent spurious downloads which cost too many wasted resources (both upstream
servers and our own infra) + I don't know how many noisy issues in
sentry ¯\_(ツ)_/¯.
Ideally, we should improve our archive support. In the mean time, this approach
allows more sensible treatment than the current approach (see previous points).
This will also allows to incrementally add support to currently unauthorized known
unsupported pattern by removing them (and update the test scenario about it).
Related to T2510