Issue 271 updated to support google storage and eucalyptus

This commit is contained in:
Adrian Cole 2010-06-15 17:05:55 -04:00
parent 518b453c6d
commit b2141b0d59
3 changed files with 6 additions and 5 deletions

View File

@ -8,9 +8,9 @@ our current version is 1.0-beta-6
our dev version is 1.0-SNAPSHOT
our compute api supports: ec2, gogrid, rackspace, rimuhosting, vcloud, terremark,
hosting.com, bluelock, ibmdev
eucalyptus, hosting.com, bluelock, ibmdev
our blobstore api supports: s3, rackspace, azure, atmos online, att synaptic,
transient (in-memory)
walrus, googlestorage, transient (in-memory)
BlobStore Example (Java):
// init

View File

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

View File

@ -20,7 +20,8 @@
"A clojure binding to the jclouds ComputeService.
Current supported services are:
[ec2, rimuhosting, cloudservers, terremark, vcloud, bluelock, ibmdev, hostingdotcom]
[ec2, rimuhosting, cloudservers, terremark, vcloud, bluelock, ibmdev,
eucalyptus, hostingdotcom]
Here's an example of getting some compute configuration from rackspace:
@ -408,4 +409,4 @@ There are many options to use for the default template
(add-keyword-option builder option))
(if next
(recur next remaining)))))
(.build builder)))
(.build builder)))