updated pom and examples to include filesystem provider

This commit is contained in:
Adrian Cole 2010-09-14 10:04:05 -07:00
parent 9cc80ca7aa
commit 15c878c1bf
3 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@ our compute api supports: ec2, gogrid, rackspace, rimuhosting, vcloud, trmk-eclo
to all of these providers
our blobstore api supports: s3, rackspace, azure, atmos online, att synaptic,
walrus, googlestorage, transient (in-memory)
walrus, googlestorage, transient (in-memory), filesystem (on-disk)
* note * the pom dependency org.jclouds/jclouds-allblobstore gives you access to
to all of these providers

View File

@ -21,7 +21,7 @@
"A clojure binding for the jclouds BlobStore.
Current supported services are:
[s3, azureblob, atmos, cloudfiles, walrus, googlestorage]
[transient, filesystem, s3, azureblob, atmos, cloudfiles, walrus, googlestorage]
Here's a quick example of how to viewresources in rackspace

View File

@ -37,6 +37,7 @@
<module>core</module>
<module>compute</module>
<module>blobstore</module>
<module>filesystem</module>
<module>extensions</module>
<module>tools</module>
<module>scriptbuilder</module>