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