summaryrefslogtreecommitdiff
path: root/obnamlib/delegator.py
diff options
context:
space:
mode:
Diffstat (limited to 'obnamlib/delegator.py')
-rw-r--r--obnamlib/delegator.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/obnamlib/delegator.py b/obnamlib/delegator.py
index c873374a..441505e3 100644
--- a/obnamlib/delegator.py
+++ b/obnamlib/delegator.py
@@ -267,6 +267,10 @@ class RepositoryDelegator(obnamlib.RepositoryInterface):
return client.set_file_keys_from_metadata(
generation_id.gen_number, filename, metadata)
+ def get_client_checksum_key(self, client_name):
+ client = self._lookup_client(client_name)
+ return client.get_client_checksum_key()
+
def get_file_chunk_ids(self, generation_id, filename):
client = self._lookup_client_by_generation(generation_id)
return client.get_file_chunk_ids(generation_id.gen_number, filename)