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.

This commit is contained in:
Joey Hess 2014-07-11 15:21:43 -04:00
parent 50b1cd917a
commit 604740b720
2 changed files with 47 additions and 18 deletions

3
debian/changelog vendored
View file

@ -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