class

Aws::S3::Response::StartMultipartUpload

Inherits Reference / Object

Constructors

new(bucket : String, key : String, upload_id : String)
Source

Class methods

from_response(response)

Create a StartMultipartUpload 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
bucket

The bucket for the object

Source
key

The key for the object

Source
upload_id

The ID of the new object

Source