struct AWS::S3::CompleteMultipartUploadResult

Defined in:

s3.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.from_xml(xml : String) #

[View source]
def self.from_xml(xml : XML::Node) #

[View source]

Instance Method Detail

def bucket : String #

[View source]
def etag : String #

The ETag of a multipart object is not an MD5 of its contents. It is the MD5 of the concatenated part MD5s followed by - and the part count.


[View source]
def key : String #

[View source]
def location : String #

[View source]