duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #04466
Re: [Question #656947]: restoring metadata from amazon glacier
Question #656947 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/656947
Martin posted a new comment:
Of course you can replace every occurence of key2 with "self.bucket.get_key(key.key)".
And every occurence of key can be replaced with self._listed_keys[key_name].
So key2 can be replaced by self.bucket.get_key(self._listed_keys[key_name].key).
Or self.bucket.get_key(self._listed_keys[self.key_prefix + remote_filename].key).
But this is not faster and does not save any memory.
--
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.