diff options
-rw-r--r-- | Remote/S3.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/S3.hs b/Remote/S3.hs index 796800a7b..c883e2a5b 100644 --- a/Remote/S3.hs +++ b/Remote/S3.hs @@ -293,7 +293,7 @@ writeUUIDFile c u = do either s3Error return =<< liftIO (sendObject conn object) file = filePrefix c ++ "annex-uuid" - uuidb = L.fromStrict $ T.encodeUtf8 $ T.pack $ fromUUID u + uuidb = L.fromChunks [T.encodeUtf8 $ T.pack $ fromUUID u] bucket = fromJust $ getBucket c mkobject = S3Object bucket file "" (getXheaders c) |