ZF-9760: EBS deleteVolume() API will always fail due to a typo in the parameter name
Description
When calling Zend_Service_Amazon_Ec2_Ebs->deleteVolume(), an Exception is thrown, due to the fact that the volume ID is sent as the 'volumeId' parameter, instead of 'VolumeId' (upper case). This causes Amazon to return with an unrecognized parameter error.
This can easily be fixed by replacing 'volumeId' with 'VolumeId'.
Comments
Posted by Shahar Evron (shahar) on 2010-04-28T04:20:48.000+0000
FWIW patch attached.
Posted by Shahar Evron (shahar) on 2010-04-28T15:15:18.000+0000
Fixed in r.22047 .