summaryrefslogtreecommitdiff
path: root/Remote/S3.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2014-12-08 13:40:15 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2014-12-08 13:40:15 -0400
commit335024d92294bd9504e9e9cd42ec0a4addfc4d69 (patch)
tree0c1e596609df621b59fcf5b3ed3b94621676d02b /Remote/S3.hs
parent1285c91f8f9b3505b4c4137ee5d84c450468333b (diff)
add stub claimUrl
Diffstat (limited to 'Remote/S3.hs')
-rw-r--r--Remote/S3.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Remote/S3.hs b/Remote/S3.hs
index 844d87902..42f4f1ffb 100644
--- a/Remote/S3.hs
+++ b/Remote/S3.hs
@@ -92,7 +92,8 @@ gen r u c gc = do
then Just ("internet archive item", iaItemUrl $ fromMaybe "unknown" $ getBucketName c)
else Nothing
, Just ("partsize", maybe "unlimited" (roughSize storageUnits False) (getPartSize c))
- ]
+ ],
+ claimUrl = Nothing
}
s3Setup :: Maybe UUID -> Maybe CredPair -> RemoteConfig -> Annex (RemoteConfig, UUID)