I'd like to see a hook inside fetch_remote_file.
That way I could substitute things like https://domain.net/files/FOO by file:///locally-synchronized/FOO
and dramatically increase importation (especially testing importations).
Playing with $remote_url is not an option since it's used later for remapping.
I'd like to see a hook inside
fetch_remote_file.That way I could substitute things like
https://domain.net/files/FOObyfile:///locally-synchronized/FOOand dramatically increase importation (especially testing importations).
Playing with
$remote_urlis not an option since it's used later for remapping.