fix build
This commit is contained in:
parent
3dcb276521
commit
fafc203e1b
@ -200,8 +200,8 @@ credentialScope sp =
|
||||
let region = fromMaybe "" $ spRegion sp
|
||||
in B.intercalate
|
||||
"/"
|
||||
[ TE.encodeUtf8 $ Time.formatTime Time.defaultTimeLocale "%Y%m%d" $ spTimeStamp sp,
|
||||
TE.encodeUtf8 region,
|
||||
[ encodeUtf8 $ Time.formatTime Time.defaultTimeLocale "%Y%m%d" $ spTimeStamp sp,
|
||||
encodeUtf8 region,
|
||||
toByteString $ spService sp,
|
||||
"aws4_request"
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user