コード例 #1
0
 /**
  * @depends testHeadBucket
  * @expectedException \Mss\S3\Exception\NoSuchLifecycleConfigurationException
  */
 public function testGetBucketLifecycle()
 {
     $this->log(__METHOD__);
     $this->client->getBucketLifecycle(array('Bucket' => $this->bucket));
 }