class

Aws::S3::Response::CompleteMultipartUpload

Inherits Reference / Object

Constructors

new(location : String, key : String, etag : String)
Source

Class methods

from_response(response)

Create a CompleteMultipartUpload 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 uploaded object

Source
key

The key of the uploaded object

Source
location

The full location of the uploaded object

Source