class Awscr::S3::Response::StartMultipartUpload

Defined in:

awscr-s3/responses/start_multipart_upload.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(bucket : String, key : String, upload_id : String) #

[View source]

Class Method Detail

def self.from_response(response) #

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


[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

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


[View source]
def bucket : String #

The bucket for the object


[View source]
def key : String #

The key for the object


[View source]
def upload_id : String #

The ID of the new object


[View source]