Gaufrette\Adapter\AwsS3::computeKey PHP Method

computeKey() protected method

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'])), '/');
    }