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
|
@ -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)
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue