audeering / audbackend

Manage file storage on different backends
https://audeering.github.io/audbackend/
Other
3 stars 0 forks source link

Support remote repos beside local ones #186

Closed hagenw closed 7 months ago

hagenw commented 7 months ago

At the moment we support only local Artifactory repos, but we need to support remote ones as well as we now have an internal replication of the public repo, using a remote repo. I wasn't aware that the underlying artifactory library differentiates between them, but it does:

https://github.com/audeering/audbackend/blob/21a6cce8f65cdf25f30482b1da9fdc5b2cc02f5a/audbackend/core/artifactory.py#L155

As we need this fix as soon as possible, I created a dev branch from the current main and reverted main back to the stage before we started introducing the interfaces, so I can create a fix based on that and do a release before we do another one with the new interfaces.

/cc @frankenjoe