diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-04 23:22:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-04 23:22:24 -0400 |
commit | e8b05ace2e76b17298fdaf1b635d9a4aad700bb9 (patch) | |
tree | 7e340822cdefc93fbfeeea935bfb91ea6b975aab /doc | |
parent | 95db7c74bf1d732cde4fbfdc02201319eab89602 (diff) |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Glacier_remote_doesn__39__t_pass_the_--region_parameter_to_glacier-cli_on_hasKey.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/Glacier_remote_doesn__39__t_pass_the_--region_parameter_to_glacier-cli_on_hasKey.mdwn b/doc/bugs/Glacier_remote_doesn__39__t_pass_the_--region_parameter_to_glacier-cli_on_hasKey.mdwn index 1c6b41c3a..7756db866 100644 --- a/doc/bugs/Glacier_remote_doesn__39__t_pass_the_--region_parameter_to_glacier-cli_on_hasKey.mdwn +++ b/doc/bugs/Glacier_remote_doesn__39__t_pass_the_--region_parameter_to_glacier-cli_on_hasKey.mdwn @@ -33,3 +33,6 @@ boto.glacier.exceptions.UnexpectedHTTPResponseError: Expected 200, got (404, cod (user error (glacier ["archive","checkpresent","myvault","--quiet","SHA256E-s1111111--aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.JPG"] exited 1)) failed git-annex: copy: 1 failed """]] + +> [[fixed|done]]; made it use the same glacierParams as everything else. +> --[[Joey]] |