> + System.out.print(".");
> + }
> +
> + @Override
> + public void onFailure(Throwable t) {
> + System.out.print("X");
> + }
> + }
> +
> + /**
> + * An immutable class for holding details about an object. When an object
> has been successfully uploaded the
> + * eTag will be present.
> + */
> + public static class BlobDetail {
> + private String remoteBlobName;
> + private File localFile;
Yep.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/11/files#r5439001