diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-26 14:44:07 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-26 14:44:07 -0400 |
commit | 500e71e8f61224cc7777e87c53b0f0a280a0e5c6 (patch) | |
tree | 7e804c1640a7d59d0687931217e81a0a6e399f90 /debian | |
parent | 3034bea385d32ec2ee63f53f33dd208ce77195db (diff) |
add a configurator for S3
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index e378311e8..976b70903 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |