diff options
author | 2016-11-07 11:49:34 -0400 | |
---|---|---|
committer | 2016-11-07 11:49:34 -0400 | |
commit | fd259f7d34975cfa2bf0a54248dc65d596cfaac2 (patch) | |
tree | 713495a98416930328c51aee59495cc288c44e25 /doc/special_remotes | |
parent | 89c146411e3bc24c08646475904b18240aab082b (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 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/comment_37_9fa2adc324ba25428a681158e58a5300._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/special_remotes/comment_37_9fa2adc324ba25428a681158e58a5300._comment b/doc/special_remotes/comment_37_9fa2adc324ba25428a681158e58a5300._comment new file mode 100644 index 000000000..6c6acd250 --- /dev/null +++ b/doc/special_remotes/comment_37_9fa2adc324ba25428a681158e58a5300._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 37""" + date="2016-11-07T14:58:17Z" + content=""" +@bec.watson, better to open a bug report for this kind of problem. + +Seems that the [AWS library](http://hackage.haskell.org/package/aws) +that git-annex is using does not use V4 authorization yet. Work is in +progress: <https://github.com/aristidb/aws/pull/199> + +As to the endpoint hostname, that must be a special case for +China, so I've made git-annex aware of that special case. +"""]] |