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.
+ 115
− 39
@@ -5,17 +5,19 @@
@@ -29,12 +31,56 @@ def get_objstorage_datastore(objstorage_config):
@@ -49,15 +95,21 @@ class ObjectStorageChecker(BasePartitionChecker):
@@ -71,32 +123,56 @@ class ObjectStorageChecker(BasePartitionChecker):