> @@ -138,6 +140,12 @@ > ListenableFuture<String> putBlob(String container, Blob blob, PutOptions > options); > > /** > + * @see BlobStore#copyBlob(String,String,String,String) > + */ > + ListenableFuture<String> copyBlob(String fromContainer, String fromName, > String toContainer, String toName, > + Optional<CopyOptions> options);
See [this comment](https://github.com/jclouds/jclouds/pull/514/files#r17993973) in #514 regarding the introduction of `Optional` here. Personally, I'd be in favour of maintaining consistency with current `Options` style. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/511/files#r17994245
