wooga / atlas-github

Gradle plugin to publish artifacts to github
https://wooga.github.io/atlas-github/
Apache License 2.0
1 stars 3 forks source link

Please provide streaming for large content to avoid unnecessary RAM wasting or busting #123

Open Vampire opened 2 years ago

Vampire commented 2 years ago

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.

Larusso commented 1 year ago

@Vampire is this API now considered a better alternative to kohsuke's github api?

Vampire commented 1 year ago

It's the same repository. Just moved to the hub4j org.

Larusso commented 1 year ago

Aaah. See I must have lived under a rock :) All right thanks