mirror of https://github.com/apache/jclouds.git
Issue 271 updated to support google storage and eucalyptus
This commit is contained in:
parent
518b453c6d
commit
b2141b0d59
|
@ -8,9 +8,9 @@ our current version is 1.0-beta-6
|
||||||
our dev version is 1.0-SNAPSHOT
|
our dev version is 1.0-SNAPSHOT
|
||||||
|
|
||||||
our compute api supports: ec2, gogrid, rackspace, rimuhosting, vcloud, terremark,
|
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,
|
our blobstore api supports: s3, rackspace, azure, atmos online, att synaptic,
|
||||||
transient (in-memory)
|
walrus, googlestorage, transient (in-memory)
|
||||||
|
|
||||||
BlobStore Example (Java):
|
BlobStore Example (Java):
|
||||||
// init
|
// init
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
"A clojure binding for the jclouds BlobStore.
|
"A clojure binding for the jclouds BlobStore.
|
||||||
|
|
||||||
Current supported services are:
|
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
|
Here's a quick example of how to view blob resources in rackspace
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,8 @@
|
||||||
"A clojure binding to the jclouds ComputeService.
|
"A clojure binding to the jclouds ComputeService.
|
||||||
|
|
||||||
Current supported services are:
|
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:
|
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))
|
(add-keyword-option builder option))
|
||||||
(if next
|
(if next
|
||||||
(recur next remaining)))))
|
(recur next remaining)))))
|
||||||
(.build builder)))
|
(.build builder)))
|
||||||
|
|
Loading…
Reference in New Issue