I\'ve been working for some time with aws java API with not so many problems. Currently I\'m using the library 1.5.2 version.
When I\'m iterating the objects inside a f
Check if HttpResponseHandler is closing connections from the pool. AmazonHttpClient has the paramter 'leaveHttpConnectionOpen' which indicates that the connection should be closed or not.