summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Remote/S3.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/S3.hs b/Remote/S3.hs
index d6f7d3c46..d25a07c76 100644
--- a/Remote/S3.hs
+++ b/Remote/S3.hs
@@ -497,7 +497,7 @@ withS3HandleMaybe c gc u a = do
Just creds -> do
awscreds <- liftIO $ genCredentials creds
let awscfg = AWS.Configuration AWS.Timestamp awscreds debugMapper
-#if MIN_VERSION_aws(0,11,0)
+#if MIN_VERSION_aws(0,17,0)
Nothing
#endif
bracketIO (newManager managerSettings) closeManager $ \mgr ->