>              }
>           });
>  
>     protected Function<SwiftObject, MutableBlobMetadata> 
> toBlobMetadata(String container) {
>        return new 
> ToBlobMetadata(containerCache.getUnchecked(container).get());
>     }
> +
> +   @Override
> +   public long countBlobs(String containerName, ListContainerOptions 
> options) {
> +      throw new UnsupportedOperationException();

Add message?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/34/files#r7235197

Reply via email to