Get object content

Gets the content of an object stored in Amazon S3 under the specified bucket and key. Be extremely careful when using this method; the returned Amazon S3 object contains a direct stream of data from the HTTP connection. The underlying HTTP connection cannot be closed until the user finishes reading the data and closes the stream. Callers should therefore:

If callers do not follow those rules, then the client can run out of resources if allocating too many open, but unused, HTTP connections.

See full list.

Additional Information