Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.10.4
-
Fix Version/s: 1.10.6
-
Component/s: Zend_Service_Amazon_Ec2
-
Labels:None
Description
An exception is thrown because of an incorrect parameter on Line 245 of class Zend_Service_Amazon_Ec2_Ebs (File: Ebs.php)
It currently has a small v as follows:
$params['volumeId'] = $volumeId;
this throws an exception and when it's changed to VolumeId with a capital V it works:
$params['VolumeId'] = $volumeId;
Apologies, in the latest version (1.10.6) this has already been fixed.