Deprecate Download and replace by the functionality from sda-download
Background:
Current download module downloads already publicized datasets from a public s3 endpoint taking as argument a txt file with the files' urls.
We want to replace this with downloading straight from a running sda-download instance. The latter functionality has been developed in the sda-download module of sda-cli.
A/C
[x] The current download stuff is removed
[x] sda-download functions are renamed to just download
[x] ensure tests still pass and update names if needed
Deprecate
Download
and replace by the functionality fromsda-download
Background: Current
download
module downloads already publicized datasets from a public s3 endpoint taking as argument a txt file with the files' urls. We want to replace this with downloading straight from a runningsda-download
instance. The latter functionality has been developed in thesda-download
module of sda-cli.A/C
download
stuff is removedsda-download
functions are renamed to just download