@Override
 public Map<String, BlobMetaData> listBlobs() throws IOException {
   return delegate.listBlobs();
 }