> @@ -234,6 +236,19 @@ public BlobMetadata apply(ObjectMetadata from) {
>     }
>  
>     @Override
> +   public ListenableFuture<String> copyBlob(String fromContainer, String 
> fromName, String toContainer, String toName,
> +         Optional<CopyOptions> options) {
> +      // TODO: honor options

In that case, perhaps name the `options` parameter `ignored`?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/511/files#r17209053

Reply via email to