Gaufrette\Adapter\AmazonS3::exists PHP Method

exists() public method

public exists ( $key )
    public function exists($key)
    {
        $this->ensureBucketExists();
        return $this->service->if_object_exists($this->bucket, $this->computePath($key));
    }