/**
  * @depends testPutBucketTagging
  */
 public function testGetBucketTagging()
 {
     $this->log(__METHOD__);
     $result = $this->client->getBucketTagging(array('Bucket' => $this->bucket));
     $this->assertNotEmpty($result['TagSet']);
 }