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
|
Just creds -> do
|
||||||
awscreds <- liftIO $ genCredentials creds
|
awscreds <- liftIO $ genCredentials creds
|
||||||
let awscfg = AWS.Configuration AWS.Timestamp awscreds debugMapper
|
let awscfg = AWS.Configuration AWS.Timestamp awscreds debugMapper
|
||||||
#ifdef MIN_VERSION_aws(0,11,0)
|
#if MIN_VERSION_aws(0,11,0)
|
||||||
Nothing
|
Nothing
|
||||||
#endif
|
#endif
|
||||||
bracketIO (newManager managerSettings) closeManager $ \mgr ->
|
bracketIO (newManager managerSettings) closeManager $ \mgr ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue