objstorage_checker: Use check method from object storage interface
All threads resolved!
All threads resolved!
Compare changes
Files
2- Antoine Lambert authored
Instead of reinventing the wheel, prefer to use the check method from the object storage interface for verifying content presence and integrity. Related to #4694.
+ 8
− 12
@@ -12,7 +12,7 @@ from swh.journal.client import get_journal_client
@@ -55,25 +55,21 @@ class ContentCheckerMixin(ObjectStorageCheckerProtocol):