sul-dlss / stacks

Delivering digital resources to patrons.
http://stacks.stanford.edu
5 stars 2 forks source link

Read files from OCFL root when feature flag is enabled #1147

Closed mjgiarlo closed 5 months ago

mjgiarlo commented 5 months ago

Read files from OCFL root when feature flag is enabled

Fixes #1140

These commits makes it possible for Stacks to read files from an OCFL-structured storage root, and puts that logic behind a new feature flag. To accomplish this, it encapsulates knowledge of OCFL vs. legacy stacks structures within a new StorageRoot class.

mjgiarlo commented 5 months ago

@jcoyne All changes made. Thanks!