Loading lib/galaxy/objectstore/rucio.py +1 −0 Original line number Diff line number Diff line Loading @@ -374,6 +374,7 @@ class RucioObjectStore(ConcreteObjectStore): rval["cache"] = dict() rval["cache"]["size"] = self.cache_size rval["cache"]["path"] = self.staging_path rval["oidc_provider"] = self.oidc_provider return rval def __init__(self, config, config_dict): Loading packages/objectstore/setup.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ long_description = file: README.rst, HISTORY.rst long_description_content_type = text/x-rst name = galaxy-objectstore url = https://github.com/galaxyproject/galaxy version = 22.5.0.dev2 version = 22.5.0.dev3 [options] include_package_data = True Loading Loading
lib/galaxy/objectstore/rucio.py +1 −0 Original line number Diff line number Diff line Loading @@ -374,6 +374,7 @@ class RucioObjectStore(ConcreteObjectStore): rval["cache"] = dict() rval["cache"]["size"] = self.cache_size rval["cache"]["path"] = self.staging_path rval["oidc_provider"] = self.oidc_provider return rval def __init__(self, config, config_dict): Loading
packages/objectstore/setup.cfg +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ long_description = file: README.rst, HISTORY.rst long_description_content_type = text/x-rst name = galaxy-objectstore url = https://github.com/galaxyproject/galaxy version = 22.5.0.dev2 version = 22.5.0.dev3 [options] include_package_data = True Loading