S3: Fix support for using https.

Was using the http-only Manager before, not the tls-capable one.
This commit is contained in:
Joey Hess 2015-10-15 10:37:06 -04:00
parent 45c9440cf9
commit c32a2429ed
Failed to extract signature
2 changed files with 4 additions and 4 deletions

2
debian/changelog vendored
View file

@ -35,11 +35,11 @@ git-annex (5.20150931) UNRELEASED; urgency=medium
Fixed this bug, which was introduced in version 5.20150727.
* Avoid unncessary write to the location log when a file is unlocked
and then added back with unchanged content.
* S3: Fix support for using https.
* Debian: Add torrent library to build-depends as it's packaged now,
and stop recommending bittornado | bittorrent.
* Debian: Remove dependency on transformers library, as it is now
included in ghc.
*
-- Joey Hess <id@joeyh.name> Thu, 01 Oct 2015 12:42:56 -0400