> +* `containerExists` This is a regular request. > + > +* `createContainerInLocation` This is a regular request. Note that the > location is currently not supported. > + > +##### Blob operations > +* `list` An inventory will be retrieved to obtain the list. Note that this > will take several hours and the result may be inaccurate (Inventories are > updated every 24 hours). > + > +* `blobMetadata` An inventory will be retrieved to obtain the blob list and > the method will iterate through it. This operation will take several hours > and the result may be inaccurate (Inventories are updated every 24 hours). > + > +* `blobExists` This operation calls blobMetadata, check blobMetadata > operation for more information. > + > +* `getBlob` This operation will take more than 4 hours. > + > +* `removeBlob` This is a regular request. > + > +* `putBlob` This is a regular request.
See the answer above, I think I can remove this and extend the javadoc instead. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/121/files#r15876044
