struct AWS::S3::ListPartsResult

Defined in:

s3.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(bucket : String, key : String, upload_id : String, parts : Array(AWS::S3::MultipartUpload::Part), part_number_marker : Int32 | Nil, next_part_number_marker : Int32 | Nil, max_parts : Int32 | Nil, truncated : Bool) #

[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 key : String #

[View source]
def max_parts : Int32 | Nil #

[View source]
def next_part_number_marker : Int32 | Nil #

[View source]
def part_number_marker : Int32 | Nil #

[View source]
def parts : Array(MultipartUpload::Part) #

[View source]
def truncated? : Bool #

[View source]
def upload_id : String #

[View source]