function testIsAbsoluteStorage()
 {
     $bucket = $this->getS3Bucket();
     $s3 = $this->getS3Client();
     $storage = new binarypool_storage_driver_s3($bucket['storage'], $s3, $this->getMockCache());
     $this->assertEqual($storage->isAbsoluteStorage(), true);
 }