> +   public ListenableFuture<Boolean> blobExists(String s, String s2) {
> +      throw new UnsupportedOperationException();
> +   }
> +
> +   @Override
> +   public ListenableFuture<String> putBlob(String container, Blob blob) {
> +      throw new UnsupportedOperationException();
> +   }
> +
> +   @Override
> +   public ListenableFuture<String> putBlob(String container, Blob blob, 
> PutOptions options) {
> +      throw new UnsupportedOperationException();
> +   }
> +
> +   @Override
> +   public ListenableFuture<BlobMetadata> blobMetadata(String s, String s2) {

Should these have more intuitive names, e.g., `container` and `name` ?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/37/files#r14961709

Reply via email to