class Awscr::S3::Response::GetObjectStream
- Awscr::S3::Response::GetObjectStream
- Reference
- Object
Defined in:
awscr-s3/responses/get_object_output.crConstructors
Class Method Summary
-
.from_response(response)
Create a
GetObjectStream
response from anHTTP::Client::Response
object
Instance Method Summary
-
#body_io : IO
Body IO for streaming the body of the object
-
#headers : HTTP::Headers
The headers returned along with the object response
Constructor Detail
Class Method Detail
def self.from_response(response)
#
Create a GetObjectStream
response from an
HTTP::Client::Response
object