comms-aws
comms-aws copied to clipboard
Provide al alternative to get object operation that closed the underlying HTTP response
The getObject method is too powerful, it does return an Object instance that keeps the connection open until either the content is consumed or the dispose method is called.
Would be better to make available another method or adding some method to close over the stream and release the connection.