Gaufrette\Adapter\AwsS3::computeKey PHP 메소드

computeKey() 보호된 메소드

Computes the key from the specified path.
protected computeKey ( string $path )
$path string return string
    protected function computeKey($path)
    {
        return ltrim(substr($path, strlen($this->options['directory'])), '/');
    }