Drop support for building with aws older than 0.14.

debian stable has 0.14 so lose the complexity for old versions
This commit is contained in:
Joey Hess 2019-04-19 14:27:59 -04:00
parent 55a5d9679a
commit 9dc7a10448
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
5 changed files with 3 additions and 38 deletions

View file

@ -33,12 +33,6 @@ 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