Trioxis / fossilize-aws-ebs

Automatically back up EBS volumes using tags
1 stars 0 forks source link

Implement list ebs #19

Closed IAmSherbet closed 8 years ago

IAmSherbet commented 8 years ago

Initial working resolution of listEBS volumes array.

Dermah commented 8 years ago

Looking good! There's a couple of cases that I forgot to test for where your code will crash:

  1. Backup tag isn't the first tag
  2. Backup tag doesn't have any numbers in it

I've added some tests to check for these.

mrjackdavis commented 8 years ago

Approved governor

Approved with PullApprove