Example #1
0
 /**
  * @depends testHeadBucket
  */
 public function testGetBucketNotification()
 {
     $this->log(__METHOD__);
     $this->client->getBucketNotification(array('Bucket' => $this->bucket));
 }
Example #2
0
 /**
  * getNotification
  *
  * @return \Guzzle\Service\Resource\Model
  */
 public function getNotification()
 {
     return $this->client->getBucketNotification(['Bucket' => $this->name]);
 }