From cb61f8a0b19c3414334ea7d4d924286db3aa6dc6 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmAINLSovhWM_4_KrbngOcxduIbBuKv8ZA" Date: Fri, 1 Aug 2014 08:56:23 +0000 Subject: --- ...3_attempting_to_decrypt_a_non-encrypted_file.mdwn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/forum/shared_cipher_for_S3_attempting_to_decrypt_a_non-encrypted_file.mdwn (limited to 'doc') diff --git a/doc/forum/shared_cipher_for_S3_attempting_to_decrypt_a_non-encrypted_file.mdwn b/doc/forum/shared_cipher_for_S3_attempting_to_decrypt_a_non-encrypted_file.mdwn new file mode 100644 index 000000000..bd172b56e --- /dev/null +++ b/doc/forum/shared_cipher_for_S3_attempting_to_decrypt_a_non-encrypted_file.mdwn @@ -0,0 +1,20 @@ +I am trying to S3 as a file store for git annex. I have set up the remote via the following command: + + git annex initremote xxx-s3 type=S3 encryption=shared embedcreds=yes datacenter=EU bucket=xxx-git-annex fileprefix=test/ + +The remote gets set up correctly and creates the directory I want, and adds a annex-uuid file. + +Now when I try to copy a file to the xxx-s3 remote, I get the following error: + + $ git annex add ssl-success-and-failure-with-tl-logs.log + add ssl-success-and-failure-with-tl-logs.log ok + (Recording state in git...) + $ git annex copy ssl-success-and-failure-with-tl-logs.log --to xxx-s3 + copy ssl-success-and-failure-with-tl-logs.log (gpg) gpg: no valid OpenPGP data found. + gpg: decrypt_message failed: eof + + git-annex: user error (gpg ["--batch","--no-tty","--use-agent","--quiet","--trust-model","always","--batch","--passphrase-fd","10","--decrypt"] exited 2) + failed + git-annex: copy: 1 failed + +Any ideas what might be wrong? Is shared cipher broken somehow? -- cgit v1.2.3