Пример #1
0
 public function __construct()
 {
     // Load account keys.
     $account = Services_Amazon_Account::getInstance();
     $this->_aws_access_key = $account->getAccessKey();
     $this->_aws_secret_key = $account->getSecretKey();
     return true;
 }