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.
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.