projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eedf58
)
remove dangling where clause
author
Joey Hess
<joeyh@joeyh.name>
Wed, 9 Nov 2022 17:25:05 +0000
(13:25 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 9 Nov 2022 17:25:05 +0000
(13:25 -0400)
Remote/S3.hs
patch
|
blob
|
history
diff --git
a/Remote/S3.hs
b/Remote/S3.hs
index ab9f5d2ab02859bb602f91dc8550c66690176304..2bf78378c48990d5a0dd1281b6fd8305b14d834e 100644
(file)
--- a/
Remote/S3.hs
+++ b/
Remote/S3.hs
@@
-531,7
+531,6
@@
removeExportS3 hv r rs info k loc = withS3Handle hv $ \case
S3.DeleteObject (T.pack $ bucketExportLocation info loc) (bucket info)
return ()
Left p -> giveupS3HandleProblem p (uuid r)
- where
checkPresentExportS3 :: S3HandleVar -> Remote -> S3Info -> Key -> ExportLocation -> Annex Bool
checkPresentExportS3 hv r info k loc = withS3Handle hv $ \case