crc
crc copied to clipboard
[BUG] bundle.Download() should have a context.Context argument
It's not possible to programmatically cancel bundle downloads. After using start
with the REST API, if the bundle has to be downloaded, then it's not possible to use stop
while the bundle is being downloaded.