UAL-RE / ReBACH

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

Allow case insensitive comparisons when validating #57

Closed zoidy closed 1 year ago

zoidy commented 1 year ago

Is there an existing issue for this?

Description

Validations for the curation directory structure contents are case sensitive. Allow for case insensitive checking of certain files. This prevents many directories from being deemed invalid because the code can't find the required files. In the future, validation should be done via schemas but for now, this will do.

Suggested Implementation

No response