basak / glacier-cli

Command-line interface to Amazon Glacier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vault list only report the first 10 vaults

agarbato opened this issue · 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.

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.