function testAbsolutize()
 {
     $bucket = $this->getS3Bucket();
     $storage = new binarypool_storage_driver_s3($bucket['storage'], null, $this->getMockCache());
     $this->assertEqual($storage->absolutize('myfile'), 'http://bin.staticlocal.ch/myfile');
 }