diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-11 15:21:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-11 15:21:43 -0400 |
commit | 1471197dd90b389a419ffe209fe059faaad7a173 (patch) | |
tree | 58d9d206e3852415ba960e6bbe2204da38fedb0d /debian | |
parent | 412f47425e7f7fee383ac4d86c679f332802b049 (diff) |
S3: Deal with AWS ACL configurations that do not allow creating or checking the location of a bucket, but only reading and writing content to it.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 58f2430b7..6aa0fa5f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ git-annex (5.20140710) UNRELEASED; urgency=medium * migrate: Avoid re-checksumming when migrating from hashE to hash backend. * uninit: Avoid failing final removal in some direct mode repositories due to file modes. + * S3: Deal with AWS ACL configurations that do not allow creating or + checking the location of a bucket, but only reading and writing content to + it. -- Joey Hess <joeyh@debian.org> Wed, 09 Jul 2014 23:29:21 -0400 |