BlueBrain / nexus-forge

Building and Using Knowledge Graphs made easy
https://nexus-forge.readthedocs.io
GNU Lesser General Public License v3.0
38 stars 19 forks source link

Download method only uses short url version #282

Closed crisely09 closed 1 year ago

crisely09 commented 1 year ago

With the latest change on the distributions, the values in contentUrl (and _self) are now expanded to include the org/prod bucket plus the id of the resource. This is not supported by the current forge.download method, which detects if the given string is an url, and then cleans the name to use the last part of the url.split('/') to create the "short" version used before.