S3, Glacier, WebDAV: Fix bug that prevented accessing the creds when the repository was configured with encryption=shared embedcreds=yes.
Since encryption=shared, the encryption key is stored in the git repo, so there is no point at all in encrypting the creds, also stored in the git repo with that key. So `initremote` doesn't. The creds are simply stored base-64 encoded. However, it then tried to always decrypt creds when encryption was used..
This commit is contained in:
parent
631bf3cbc2
commit
fbdeeeed5f
3 changed files with 18 additions and 9 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -33,6 +33,8 @@ git-annex (5.20140718) UNRELEASED; urgency=medium
|
|||
* direct: Fix ugly warning messages.
|
||||
* WORM backend: When adding a file in a subdirectory, avoid including the
|
||||
subdirectory in the key name.
|
||||
* S3, Glacier, WebDAV: Fix bug that prevented accessing the creds
|
||||
when the repository was configured with encryption=shared embedcreds=yes.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Mon, 21 Jul 2014 14:41:26 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue