Skip to content

Add drimage_stage_file_proxy as submodule.

Christian.wiedemann requested to merge issue/drimage-3168344:3168344 into 2.x

Stage file proxy using a request subscriber to download images. To prevent code duplication I added also an request subscriber and inherit from the stage file proxy subscriber. To prevent hard dependencies I decided to put everything in an extra module.

Another pitfal is that stage file proxy is doing a hard redirect after download. So for now the images will work only after the second request.

Merge request reports