hyrax icon indicating copy to clipboard operation
hyrax copied to clipboard

WINGS: Replace ActiveFedora::FixityService

Open elrayle opened this issue 4 years ago • 1 comments

Descriptive summary

The fixity service is configured in Hyrax. It is currently configured to use ActiveFedora::FixityService. To remove the dependency on ActiveFedora, this service needs to be updated.

Code impacted by this change

elrayle avatar Aug 13 '21 13:08 elrayle

it looks like Hyrax::Fixity::ActiveFedoraFixityService is parameterized as Hyrax.config.fixity_service. providing a reimplementation of that service against your preferred storage backend is probably sufficient?

i made a start at it here: https://github.com/samvera/hyrax/tree/fixity

no-reply avatar Aug 14 '21 01:08 no-reply