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

@ -77,9 +77,7 @@ s3InputAForm defcreds = AWSInput
storageclasses =
[ ("Standard redundancy", StandardRedundancy)
#ifdef WITH_S3
#if MIN_VERSION_aws(0,13,0)
, ("Infrequent access (cheaper for backups and archives)", StandardInfrequentAccess)
#endif
#endif
, ("Reduced redundancy (costs less)", ReducedRedundancy)
]