tree: de7c600648bba18ea319e94a0ab266f83d43d2b0 [path history] [tgz]
  1. src/
  2. project.clj
  3. README.md
blobstore-clojure/README.md

blobstore-clojure

Basic blobstore usage example including creating a container and then listing all containers in your account.

Build

Ensure you have Leiningen installed, then execute ‘lein deps’ to grab the jclouds dependencies.

Run

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")

License

Copyright (C) 2009-2014 The Apache Software Foundation

Licensed under the Apache License, Version 2.0