Skip to content

archive: verify archivation by getting header only

Evgeny Fedin requested to merge tft-2608 into main

The requests.get() function downloads the whole file and stores it in RAM, which can lead to Out Of Memory error. We can check it is there by getting headers and checking its status code.

Part of TFT-2608

Merge request reports