class

Awscr::S3::Response::PutObjectOutput

Inherits Awscr::S3::Response::Base < Reference < Object

Constructors

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

Class methods

from_response(response)

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

Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

Source
etag

The etag of the new object

Source