This issue is basically a follow-up to https://github.com/hub4j/github-api/issues/1454.
Currently (in both, the 1.1xx and the 1.3xx line) the github-api library loads the whole asset to RAM.
With that issue resolved there is hopefully a way to specify the size, so that the file can be properly streamed.
This plugin most likely will then need to change to use the new API where you can specify the file size.
This issue is basically a follow-up to https://github.com/hub4j/github-api/issues/1454. Currently (in both, the 1.1xx and the 1.3xx line) the github-api library loads the whole asset to RAM. With that issue resolved there is hopefully a way to specify the size, so that the file can be properly streamed. This plugin most likely will then need to change to use the new API where you can specify the file size.