/** * @depends testHeadBucket * @expectedException \Aws\S3\Exception\NoSuchWebsiteConfigurationException */ public function testGetBucketWebsite() { $this->log(__METHOD__); $this->client->getBucketWebsite(array('Bucket' => $this->bucket)); }
/** * getWebsite * * @return \Guzzle\Service\Resource\Model */ public function getWebsite() { return $this->client->getBucketWebsite(['Bucket' => $this->name]); }