We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae34398 commit 1214c9bCopy full SHA for 1214c9b
README.md
@@ -15,7 +15,7 @@ and update the access control lists (ACLs) for buckets and objects.
15
16
Add the following dependency to your `project.clj` file:
17
18
- [clj-aws-s3 "0.3.1"]
+ [clj-aws-s3 "0.3.2"]
19
20
## Example
21
project.clj
@@ -1,4 +1,4 @@
1
-(defproject clj-aws-s3 "0.3.1"
+(defproject clj-aws-s3 "0.3.2"
2
:description "Clojure Amazon S3 library."
3
:dependencies [[org.clojure/clojure "1.2.1"]
4
[com.amazonaws/aws-java-sdk "1.3.6"]]
0 commit comments