add stub claimUrl
This commit is contained in:
parent
8093008ef4
commit
cb6e16947d
16 changed files with 28 additions and 13 deletions
|
@ -68,7 +68,8 @@ gen r u c gc = new <$> remoteCost gc veryExpensiveRemoteCost
|
|||
remotetype = remote,
|
||||
mkUnavailable = return Nothing,
|
||||
getInfo = includeCredsInfo c (AWS.creds u) $
|
||||
[ ("glacier vault", getVault c) ]
|
||||
[ ("glacier vault", getVault c) ],
|
||||
claimUrl = Nothing
|
||||
}
|
||||
specialcfg = (specialRemoteCfg c)
|
||||
-- Disabled until jobList gets support for chunks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue