summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-27 18:00:58 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-27 18:00:58 -0400
commitc32e51a706258a8be90c125475c6741d9b4936ad (patch)
treeab8a48c19f56dc6244f26b0e5c6030c72da0351c /debian
parent454b6c96dee4b854decdcda78c6c2b11fd43c21b (diff)
S3: Fix incompatability with bucket names used by hS3; the aws library cannot handle upper-case bucket names. git-annex now converts them to lower case automatically.
For example, it failed to get files from a bucket named S3. Also fixes `git annex initremote UPPERCASE type=S3`, which failed with the new aws library, with a signing error message.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 24acb8144..ffca9cda3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ git-annex (5.20150421) UNRELEASED; urgency=medium
* S3: git annex enableremote will not create a bucket name, which
failed since the bucket already exists.
* Fix bogus failure of fsck --fast.
+ * S3: Fix incompatability with bucket names used by hS3; the aws library
+ cannot handle upper-case bucket names. git-annex now converts them to
+ lower case automatically.
-- Joey Hess <id@joeyh.name> Tue, 21 Apr 2015 15:54:10 -0400