class AmazonS3::UploadPartRequest

Included Modules

Defined in:

clients/s3.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module AWSSdk::RestXML::Structure

process(request : HTTP::Request) process, serialize(xml : XML::Builder) serialize

Constructor Detail

def self.new(bucket : String, key : String, part_number : Int32, upload_id : String, body : IO | String | Bytes = nil, content_length : Int64 = nil, content_md5 : String = nil, sse_customer_algorithm : String = nil, sse_customer_key : String = nil, sse_customer_key_md5 : String = nil, request_payer : String = nil, expected_bucket_owner : String = nil) #

[View source]

Class Method Detail

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

[View source]
def self.from_response(request : HTTP::Client::Response) #

[View source]

Instance Method Detail

def body : IO | String | Bytes | Nil #

[View source]
def body=(body : IO | String | Bytes | Nil) #

[View source]
def bucket : String #

[View source]
def bucket=(bucket : String) #

[View source]
def content_length : Int64 | Nil #

[View source]
def content_length=(content_length : Int64 | Nil) #

[View source]
def content_md5 : String | Nil #

[View source]
def content_md5=(content_md5 : String | Nil) #

[View source]
def expected_bucket_owner : String | Nil #

[View source]
def expected_bucket_owner=(expected_bucket_owner : String | Nil) #

[View source]
def key : String #

[View source]
def key=(key : String) #

[View source]
def part_number : Int32 #

[View source]
def part_number=(part_number : Int32) #

[View source]
def request_payer : String | Nil #

[View source]
def request_payer=(request_payer : String | Nil) #

[View source]
def sse_customer_algorithm : String | Nil #

[View source]
def sse_customer_algorithm=(sse_customer_algorithm : String | Nil) #

[View source]
def sse_customer_key : String | Nil #

[View source]
def sse_customer_key=(sse_customer_key : String | Nil) #

[View source]
def sse_customer_key_md5 : String | Nil #

[View source]
def sse_customer_key_md5=(sse_customer_key_md5 : String | Nil) #

[View source]
def upload_id : String #

[View source]
def upload_id=(upload_id : String) #

[View source]