duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #04465
Re: [Question #656947]: restoring metadata from amazon glacier
Question #656947 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/656947
edso proposed the following answer:
On 25.08.2017 18:33, Martin wrote:
> Martin posted a new comment:
> It does not work with "key", it is necessary to create key2.
Martin, did you try my suggestion?
self.bucket.get_key(key.key).expiry_date
is essentially the _same_ as
key2 = self.bucket.get_key(key.key) #why do we need key2?
key2.expiry_date
, just without adding a temporary variable!
fetching the new key is probably necessary because the connection is
rest in the loop.
..ede/duply.net
--
You received this question notification because your team duplicity-team
is an answer contact for Duplicity.