Elastica\Transport\AwsAuthV4::_getBaseUrl PHP Method

_getBaseUrl() protected method

protected _getBaseUrl ( Connection $connection )
$connection Elastica\Connection
    protected function _getBaseUrl(Connection $connection)
    {
        $this->initializePortAndScheme();
        return parent::_getBaseUrl($connection);
    }