glacier-cli icon indicating copy to clipboard operation
glacier-cli copied to clipboard

Vault list only report the first 10 vaults

Open agarbato opened this issue 11 years ago • 1 comments

I think something changed on Amazon side as the command

vault list

only report the first 10 vaults.

Eg:

$binary --region $region vault list | wc -l 10

and I've like 200 vaults remotely.

Same happen on their aws glacier ui, they show you the first 10 and then you've to push "load more".

Can this be fixed somehow?

Thanks A.

agarbato avatar Jul 18 '14 21:07 agarbato

This is, IMHO, a bug in boto present at the time I wrote glacier-cli. It looks like it has been fixed more recently, but in a way that didn't change existing behaviour (understandable). So I'll need to update to make multiple calls to boto as required.

basak avatar Nov 24 '14 08:11 basak