struct AWS::S3::MultipartUpload::Part

Overview

The identity of a part that has been uploaded, as needed to complete the upload.

Defined in:

s3.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(part_number : Int32, etag : String, size : Int64 | Nil = nil, last_modified : Time | Nil = nil) #

[View source]

Class Method Detail

def self.from_xml(xml : XML::Node) #

[View source]

Instance Method Detail

def etag : String #

[View source]
def last_modified : Time | Nil #

[View source]
def part_number : Int32 #

[View source]
def size : Int64 | Nil #

Only populated for parts returned by Client#list_parts.


[View source]