class AmazonS3::UploadPartCopyRequest
- AmazonS3::UploadPartCopyRequest
- Reference
- Object
Included Modules
Defined in:
clients/s3.crConstructors
Class Method Summary
Instance Method Summary
- #bucket : String
- #bucket=(bucket : String)
- #copy_source : String
- #copy_source=(copy_source : String)
- #copy_source_if_match : String | Nil
- #copy_source_if_match=(copy_source_if_match : String | Nil)
- #copy_source_if_modified_since : Time | Nil
- #copy_source_if_modified_since=(copy_source_if_modified_since : Time | Nil)
- #copy_source_if_none_match : String | Nil
- #copy_source_if_none_match=(copy_source_if_none_match : String | Nil)
- #copy_source_if_unmodified_since : Time | Nil
- #copy_source_if_unmodified_since=(copy_source_if_unmodified_since : Time | Nil)
- #copy_source_range : String | Nil
- #copy_source_range=(copy_source_range : String | Nil)
- #copy_source_sse_customer_algorithm : String | Nil
- #copy_source_sse_customer_algorithm=(copy_source_sse_customer_algorithm : String | Nil)
- #copy_source_sse_customer_key : String | Nil
- #copy_source_sse_customer_key=(copy_source_sse_customer_key : String | Nil)
- #copy_source_sse_customer_key_md5 : String | Nil
- #copy_source_sse_customer_key_md5=(copy_source_sse_customer_key_md5 : String | Nil)
- #expected_bucket_owner : String | Nil
- #expected_bucket_owner=(expected_bucket_owner : String | Nil)
- #expected_source_bucket_owner : String | Nil
- #expected_source_bucket_owner=(expected_source_bucket_owner : String | Nil)
- #key : String
- #key=(key : String)
- #part_number : Int32
- #part_number=(part_number : Int32)
- #request_payer : String | Nil
- #request_payer=(request_payer : String | Nil)
- #sse_customer_algorithm : String | Nil
- #sse_customer_algorithm=(sse_customer_algorithm : String | Nil)
- #sse_customer_key : String | Nil
- #sse_customer_key=(sse_customer_key : String | Nil)
- #sse_customer_key_md5 : String | Nil
- #sse_customer_key_md5=(sse_customer_key_md5 : String | Nil)
- #upload_id : String
- #upload_id=(upload_id : String)
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, upload_id : String, part_number : Int32, key : String, copy_source : String, copy_source_if_none_match : String = nil, copy_source_if_unmodified_since : Time = nil, copy_source_range : String = nil, copy_source_if_modified_since : Time = nil, copy_source_if_match : String = nil, sse_customer_algorithm : String = nil, sse_customer_key : String = nil, sse_customer_key_md5 : String = nil, copy_source_sse_customer_algorithm : String = nil, copy_source_sse_customer_key : String = nil, copy_source_sse_customer_key_md5 : String = nil, request_payer : String = nil, expected_bucket_owner : String = nil, expected_source_bucket_owner : String = nil)
#
Class Method Detail
Instance Method Detail
def copy_source_sse_customer_algorithm=(copy_source_sse_customer_algorithm : String | Nil)
#
def copy_source_sse_customer_key_md5=(copy_source_sse_customer_key_md5 : String | Nil)
#