Basic blobstore usage example including creating a container and then listing all containers in your account.
Ensure you have Leiningen installed, then execute 'lein deps' to grab the jclouds dependencies.
bash$ lein repl
user> (use 'create-list.containers)
user> (create-and-list "transient" "foo" "bar" "mycontainer")
or for a real blobstore like S3
user> (create-and-list "aws-s3" accesskey secret "mybucket")
Copyright (C) 2009-2014 The Apache Software Foundation
Licensed under the Apache License, Version 2.0