typo
This commit is contained in:
parent
0f4d9fa5e1
commit
6679705116
1 changed files with 1 additions and 1 deletions
|
@ -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 ->
|
||||
|
|
Loading…
Reference in a new issue