Beispiel #1
0
 private function getConnectionOptions()
 {
     return array('key' => $this->config->getAccessKey(), 'secret' => $this->config->getSecretKey(), 'region' => $this->config->getRegion());
 }