> + * Put Blob object into Joyent storage. > + */ > + public String putBlob(String container, Blob object); > + > + /** > + * Retrieve Blob from Joyent storage > + */ > + public Blob getBlob(String container, String name); > + > + /** > + * Retrieve Blob metadata from Joyent storage > + */ > + public BlobMetadata getBlobMetadata(String container, String name); > + > + /** > + * Create new folder in the rood directory.
Same typo as above --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/30/files#r7241520
