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