Exemple #1
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->config['region'] = 'us-east-1';
     //cloudfront only uses us-east-1
     $this->client = new CloudFrontClient($this->config);
 }
Exemple #2
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->client = new S3Client($this->config);
 }
Exemple #3
0
 public function __construct($config = array())
 {
     parent::__construct($config);
     $this->client = new URLRequest();
 }