glacier: Pass --region to glacier checkpresent.
I suppose this is not necessary when it has a local cache, so I didn't notice it was missing.
This commit is contained in:
parent
cbf0c972c4
commit
1f98d6fb00
3 changed files with 5 additions and 1 deletions
|
@ -196,7 +196,7 @@ checkPresent r k = do
|
|||
else return $ Right False
|
||||
Left err -> return $ Left err
|
||||
|
||||
params =
|
||||
params = glacierParams (config r)
|
||||
[ Param "archive"
|
||||
, Param "checkpresent"
|
||||
, Param $ getVault $ config r
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue