bmap-rs icon indicating copy to clipboard operation
bmap-rs copied to clipboard

Ability to download from a GitLab Artifact

Open obbardc opened this issue 3 years ago • 1 comments

GitLab artifact ZIP URL could be something like https://gitlab.collabora.com/showcases/electronica2022/electronica2022-image-recipes/-/jobs/artifacts/main/download?job=build%20image

Also support authentication using access tokens.

obbardc avatar Oct 12 '22 10:10 obbardc

@Razaloc Perhaps you could take a look at how this could work ? I think we'd need to detect that the file to download is a ZIP file and load the ZIP file contents list (at the end of the file) first using an HTTP range request.

obbardc avatar Oct 31 '22 23:10 obbardc