class

Awscr::S3::Response::GetObjectStream

Inherits Reference < Object

Constructors

new(body_io : IO, status : HTTP::Status, status_message : String | Nil = nil, headers : HTTP::Headers = HTTP::Headers.new)
Source

Class methods

from_response(response)

Create a GetObjectStream response from an HTTP::Client::Response object

Source

Instance methods

body_io

Body IO for streaming the body of the object

Source
headers

The headers returned along with the object response

Source