> @@ -254,4 +257,8 @@ > */ > boolean blobExists(String container, String name); > > + /** > + * @throws ContainerNotFoundException if the container is not present. > + */ > + void copyBlob(URI copySource, String toContainer, String toName, > Optional<CopyBlobOptions> options);
Changed to use a single non-`Optional` parameter and added `CopyBlobOptions.NONE`. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/514/files#r27364606
