add a configurator for S3

This commit is contained in:
Joey Hess 2012-09-26 14:44:07 -04:00
parent f18a53eec0
commit 17708dd173
7 changed files with 161 additions and 13 deletions

3
debian/changelog vendored
View file

@ -14,7 +14,8 @@ git-annex (3.20120925) UNRELEASED; urgency=low
Closes: #688833
* S3: When using a shared cipher, S3 credentials are not stored encrypted
in the git repository, as that would allow anyone with access to
the repository access to the S3 account.
the repository access to the S3 account. Instead, they're stored
in a 600 mode file in the local git repo.
-- Joey Hess <joeyh@debian.org> Mon, 24 Sep 2012 19:58:07 -0400