Add an objstorage checker to detect missing and corrupted contents
- Mar 25, 2024
-
-
Antoine Lambert authored
Add class ObjectStorageChecker to detect missing and corrupted contents in an object storage. It iterates on content objects referenced in a storage instance, check they are available in a given object storage instance then retrieve their bytes from it in order to recompute checksums and detect corruptions. Related to #4694.
-
Antoine Lambert authored
Promote use of on_eof parameter instead.
-
- Mar 22, 2024
-
-
Antoine Lambert authored
To simplify the future adding of an objstorage checker, extract common code and features of current checkers in abstract base classes. Related to #4694.
-