mirror of https://github.com/apache/jclouds.git
JCLOUDS-124: Missing ^:dynamic in Clojure blobstore example
Submitted by Trevor Wennblom Conflicts: README.md
This commit is contained in:
parent
9606d83b98
commit
db8810dd67
|
@ -57,7 +57,7 @@ BlobStore Example (Java):
|
|||
BlobStore Example (Clojure):
|
||||
|
||||
(use 'org.jclouds.blobstore2)
|
||||
(def *blobstore* (blobstore "azureblob" account encodedkey))
|
||||
(def ^:dynamic *blobstore* (blobstore "azureblob" account encodedkey))
|
||||
(create-container *blobstore* "mycontainer")
|
||||
(put-blob *blobstore* "mycontainer" (blob "test" :payload "testdata"))
|
||||
|
||||
|
@ -128,4 +128,4 @@ License
|
|||
-------
|
||||
Copyright (C) 2009-2012 jclouds, Inc.
|
||||
|
||||
Licensed under the Apache License, Version 2.0
|
||||
Licensed under the Apache License, Version 2.0
|
||||
|
|
Loading…
Reference in New Issue