> +* `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.
For these above, you'd also expect to see the warnings in the Javadoc? How about not talking about each operation specifically here, but simply saying (as you do at the beginning) that operations may take a looooong time. It would be nice to see a mention and/or example of how to _interrupt_ a request here, too. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-site/pull/121/files#r15861677
