summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-07 11:49:34 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-07 11:49:34 -0400
commitfd259f7d34975cfa2bf0a54248dc65d596cfaac2 (patch)
tree713495a98416930328c51aee59495cc288c44e25 /CHANGELOG
parent89c146411e3bc24c08646475904b18240aab082b (diff)
S3: Support the special case endpoint needed for the cn-north-1 region.
* S3: Support the special case endpoint needed for the cn-north-1 region. * Webapp: Don't list the Frankfurt region, as this (and some other new regions) need V4 authorization which the aws library does not yet use. This commit was sponsored by Nick Daly on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 56ce65584..cfba35d16 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,6 +7,9 @@ git-annex (6.20161032) UNRELEASED; urgency=medium
7.3, which don't support Include. When used with an older version
of ssh, any ServerAliveInterval in ~/.ssh/config will be overridden
by .git/annex/ssh.config.
+ * S3: Support the special case endpoint needed for the cn-north-1 region.
+ * Webapp: Don't list the Frankfurt region, as this (and some other new
+ regions) need V4 authorization which the aws library does not yet use.
-- Joey Hess <id@joeyh.name> Tue, 01 Nov 2016 14:02:06 -0400