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:
parent
55a5d9679a
commit
9dc7a10448
5 changed files with 3 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue