UAL-RE / ReBACH

Python-based tool to enable data preservation to a cloud-hosted storage solution
MIT License
2 stars 2 forks source link

Ability to specify bagger config to use in the main ReBACH config #68

Open zoidy opened 1 year ago

zoidy commented 1 year ago

Is there an existing issue for this?

Description

Currently, ReBACH just uses the default config file that bagger returns. It would be useful to be able to specify in the main ReBACH config which bagger config to use. This is useful to more explicitly switch between e.g. production and testing configs.

Suggested Implementation

L51 of Integration.py should explicitly pass in the config to the get_args function, as read from the main ReBACH config. If the config is not specified, then it will fall back to the current implementation (not passing in any arguments to get_args