From 39d55a8541f90b7fd0dff9d00f9aca06127785cf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 22 Mar 2019 12:22:34 -0400 Subject: [PATCH] back-compat warning for protocol=https --- doc/special_remotes/S3.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/special_remotes/S3.mdwn b/doc/special_remotes/S3.mdwn index c286d4ba82..6fe9dc283d 100644 --- a/doc/special_remotes/S3.mdwn +++ b/doc/special_remotes/S3.mdwn @@ -62,7 +62,11 @@ the S3 remote. service. * `protocol` - Either "http" (the default) or "https". Setting - protocol=https implies port=443. + protocol=https implies port=443. + + This option was added in git-annex version 7.20190322; to make + a special remote that uses http with older versions of git-annex, + explicitly specify port=443. * `port` - Specify the port to connect to. Only needed when using a service on an unusual port. Setting port=443 implies protocol=https.