Add S3 features to git-annex version output.

This commit is contained in:
Joey Hess 2015-12-10 11:42:49 -04:00
parent d283fa4fe9
commit a0528db092
Failed to extract signature
2 changed files with 12 additions and 0 deletions

View file

@ -37,6 +37,12 @@ buildFlags = filter (not . null)
#endif
#ifdef WITH_S3
, "S3"
#if MIN_VERSION_aws(0,10,6)
++ "(multipartupload)"
#endif
#if MIN_VERSION_aws(0,13,0)
++ "(storageclasses)"
#endif
#else
#warning Building without S3.
#endif

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
git-annex (5.20151209) UNRELEASED; urgency=medium
* Add S3 features to git-annex version output.
-- Joey Hess <id@joeyh.name> Thu, 10 Dec 2015 11:39:34 -0400
git-annex (5.20151208) unstable; urgency=medium
* Build with -j1 again to get reproducible build.