Skip to content

File path checking enhancements #182

@jimk-bdrc

Description

@jimk-bdrc

Is your feature request related to a problem? Please describe.
There are still cases where content is uploaded to BUDA that their IIIFServer cannot support:
See buda-base/archive-ops#876 - this will be fixed in the AO processing scripts, but it should be checked by audit tool too.

As well, #177 should expand the list of allowable file patterns to include separators in file names.

Describe the solution you'd like

If lower_case(source_image_group_dir_name) == lower_case(BUDA_image_group)  && (source_image_group != BUDA_image_group_name)
{ 
              fail test
}

Describe alternatives you've considered
archive-ops/#876 requested that Audit tool this "at sync" time, but AT has no knowledge of its calling context. A future release will provide an updated syntax for explicitly including and excluding tests.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions