mirror of https://github.com/apache/jclouds.git
updated pom and examples to include filesystem provider
This commit is contained in:
parent
9cc80ca7aa
commit
15c878c1bf
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue