appoxy / aws

Amazon Web Services (AWS) Ruby Gem
https://rubygems.org/gems/aws
236 stars 87 forks source link

Wrong ':aws_volume_id' when creating snapshots #114

Open mfojtik opened 12 years ago

mfojtik commented 12 years ago

How to reproduce:

  1. Create 2 volumes
  2. Use the second one as a parameter for :try_create_snapshot method

The resulting snapshot will have :aws_volume_id property set to the ID of first volume instead of the volume used for creation.

I'll check how hard is to fix this, if someone want to beat me he is very welcome to ;-)