Gaufrette\Adapter\AwsS3::computePath PHP Метод

computePath() защищенный Метод

protected computePath ( $key )
    protected function computePath($key)
    {
        if (empty($this->options['directory'])) {
            return $key;
        }
        return sprintf('%s/%s', $this->options['directory'], $key);
    }