> @@ -235,6 +237,13 @@ public String putBlob(String container, Blob blob, 
> PutOptions overrides) {
>        return sync.putObject(container, blob2Object.apply(blob), options);
>     }
>  
> +   @Override
> +   public String copyBlob(String fromContainer, String fromName, String 
> toContainer, String toName,
> +         Optional<CopyOptions> options) {
> +      // TODO: honor options

See above comment

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

Reply via email to