GitHub user wido opened a pull request: https://github.com/apache/cloudstack/pull/647
CLOUDSTACK-8640: Revert to AWS SDK 1.3.22 The newer SDKs API changed which causes our S3 Template Downloader to never complete. Although we should fix the Template Downloader we can revert to the old AWS SDK for now. The fix on the longer run will be rewriting the S3 Template Downloader. Two methods had to be disabled for now since the old SDK does not support them. They can be re-enabled when the Template Downloader has been fixed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/wido/cloudstack CLOUDSTACK-8640 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/647.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #647 ---- commit c32656a7ef13bc952899486026d5a4bf60ff6509 Author: Wido den Hollander <w...@widodh.nl> Date: 2015-07-31T09:26:53Z CLOUDSTACK-8640: Revert to AWS SDK 1.3.22 The newer SDKs API changed which causes our S3 Template Downloader to never complete. Although we should fix the Template Downloader we can revert to the old AWS SDK for now. The fix on the longer run will be rewriting the S3 Template Downloader. Two methods had to be disabled for now since the old SDK does not support them. They can be re-enabled when the Template Downloader has been fixed. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---