ZF-8241: Create EC2 __construct() method in the abstract class to handle the regions
Description
this is currently done in the Z_S_Amazon_Abstract constructor which the Ec2 extends so it would just need to set the region stuff and then pass to the parent constructor.
Comments
Posted by Jon Whitcraft (sidhighwind) on 2009-11-06T04:15:02.000+0000
Not sure if this can be done yet as it may be fore the S3 stuff not the EC2 stuff. Will look into further.
Posted by Jon Whitcraft (sidhighwind) on 2009-11-09T14:52:47.000+0000
This is part of ZF-8238