struct AWS::S3::MultipartUpload

Overview

An in-progress multipart upload, as returned by Client#create_multipart_upload.

Defined in:

s3.cr

Constant Summary

PART_NUMBERS = 1..Client::MAXIMUM_PART_COUNT

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.completion_xml(parts : Enumerable(Part)) : String #

The request body for CompleteMultipartUpload, listing parts in ascending part number order as S3 requires.


[View source]
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 id : String #

[View source]
def key : String #

[View source]