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 01bfbf8 commit c792fe3Copy full SHA for c792fe3
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.4"]
+ [clj-aws-s3 "0.3.5"]
19
20
## Example
21
project.clj
@@ -1,4 +1,4 @@
1
-(defproject clj-aws-s3 "0.3.4"
+(defproject clj-aws-s3 "0.3.5"
2
:description "Clojure Amazon S3 library."
3
:dependencies [[org.clojure/clojure "1.2.1"]
4
[com.amazonaws/aws-java-sdk "1.4.2.1"]
0 commit comments