_accessKey = $accessKey; $this->_secretKey = $secretKey; } /** * Method to fetch the Access Key * * @return string */ protected function _getAccessKey() { return $this->_accessKey; } /** * Method to fetch the Secret AWS Key * * @return string */ protected function _getSecretKey() { return $this->_secretKey; } }