Skip to content

Instantly share code, notes, and snippets.

@vijaykiran
Created May 2, 2011 14:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vijaykiran/951719 to your computer and use it in GitHub Desktop.
Save vijaykiran/951719 to your computer and use it in GitHub Desktop.
→ jclouds-examples[master+]/blobstore-clojure$ lein repl
"REPL started; server listening on localhost:26225."
user=> (use 'create-list.containers)
nil
user=> (create-and-list "transient" "foo" "bar" "mycontainer")
#<PageSetImpl [[type=CONTAINER, id=null, name=stub, location=[id=transient, scope=PROVIDER, description=http://localhost/transient, parent=null, iso3166Codes=[], metadata={}], uri=null, userMetadata={}], [type=CONTAINER, id=null, name=mycontainer, location=[id=transient, scope=PROVIDER, description=http://localhost/transient, parent=null, iso3166Codes=[], metadata={}], uri=null, userMetadata={}]]>
user=> (create-and-list "aws-s3" "***" "***" "vkbucket")
#<PageSetImpl []>
user=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment