mcohen01 / amazonica

A comprehensive Clojure client for the entire Amazon AWS api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aws-java-sdk-s3 not specified as required dependancy in the 'For the memory constrained' section

Akeboshiwind opened this issue · comments

I recently updated to the latest version (0.3.133) from 0.3.84 and have exclusions setup similar to how they're setup in the 'For the memory constrained' setup in the README file. I was surprised to find that I got a ClassNotFoundException and had to load the 'aws-java-sdk-s3' dependancy to get rid of the error.

It should probably be made clear in the documentation that 'aws-java-skk-s3' is a required dependancy if you are using exclusions.

This was a regression removing reflection warnings a while back. You shouldn't need the S3 jar with 0.3.134.

Awesome, that works perfectly.

Thank you :)