Example #1
0
 /**
  * @depends testPutBucketTagging
  */
 public function testGetBucketTagging()
 {
     $this->log(__METHOD__);
     $result = $this->client->getBucketTagging(array('Bucket' => $this->bucket));
     $this->assertNotEmpty($result['TagSet']);
 }
Example #2
0
 /**
  * getTagging
  *
  * @return \Guzzle\Service\Resource\Model
  */
 public function getTagging()
 {
     return $this->client->getBucketTagging(['Bucket' => $this->name]);
 }