public function testGetClient()
 {
     $mock = $this->getS3Client();
     $adapter = new Adapter($mock, 'bucket');
     $this->assertInstanceOf('Aws\\S3\\S3Client', $adapter->getClient());
 }