basak / glacier-cli

Command-line interface to Amazon Glacier
Other
617 stars 55 forks source link

Vault list only report the first 10 vaults #43

Open agarbato opened 10 years ago

agarbato commented 10 years ago

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.

basak commented 9 years ago

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.