add option to ingest files to rucio object store
Compare changes
+ 206
− 19
@@ -17,14 +18,160 @@ from galaxy.exceptions import (
@@ -55,10 +202,12 @@ def parse_config_xml(config_xml):
@@ -69,6 +218,7 @@ def parse_config_xml(config_xml):
@@ -77,15 +227,29 @@ def parse_config_xml(config_xml):
@@ -165,9 +329,7 @@ class RucioObjectStore(ConcreteObjectStore):
@@ -175,12 +337,20 @@ class RucioObjectStore(ConcreteObjectStore):
@@ -457,11 +627,28 @@ class RucioObjectStore(ConcreteObjectStore):