I'm using Amazon S3 (Glacier Deep Archive) as a special remote, and using pubkey encryption. Is there a command to get the encrypted file name for a file so that I can initiate restore on that file before calling git annex get
?
I'm using Amazon S3 (Glacier Deep Archive) as a special remote, and using pubkey encryption. Is there a command to get the encrypted file name for a file so that I can initiate restore on that file before calling git annex get
?
See Decrypting files in special remotes without git-annex.
But there is a glacier special remote which handles its particulars. It's probably possible to set up a new remote using that, which will access the data in your S3 remote now, using the method described in multiple remotes accessing the same data store.