This commit is contained in:
Joey Hess 2017-10-11 11:24:51 -04:00
parent 0f4d9fa5e1
commit 6679705116
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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
#ifdef MIN_VERSION_aws(0,11,0)
#if MIN_VERSION_aws(0,11,0)
Nothing
#endif
bracketIO (newManager managerSettings) closeManager $ \mgr ->