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