Dmyers\Storage\Adapter\AmazonS3::download PHP Method

download() public method

{@inheritDoc}
public download ( $path, $target )
    public function download($path, $target)
    {
        return $this->client->getObject(array('Bucket' => $this->bucket, 'Key' => $this->computePath($path), 'SaveAs' => $target));
    }