Alternator icon indicating copy to clipboard operation
Alternator copied to clipboard

Update the aws sdk to 1.9 version

Open gdogaru opened this issue 11 years ago • 1 comments

the aws sdk 1.9 release removed v1 classes and alternator can no start with the given classpath

gdogaru avatar Nov 28 '14 11:11 gdogaru

See the referenced Pull Request. I had to copy the source code for the previously deprecated classes that are now removed from AWS SDK 1.9 I obtained them from the GitHub repository for the AWS SDK, using older release tag 1.7.13

If you need to use this update prior to this Pull Request being merged. use this branch from my forked repository:

https://github.com/rrutt/Alternator/tree/aws-sdk-1.9

rrutt avatar Dec 20 '14 18:12 rrutt