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

get() public method

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