pub struct UploadPartCopyOutput {
pub copy_part_result: Option<CopyPartResult>,
pub copy_source_version_id: Option<String>,
pub request_charged: Option<String>,
pub sse_customer_algorithm: Option<String>,
pub sse_customer_key_md5: Option<String>,
pub ssekms_key_id: Option<String>,
pub server_side_encryption: Option<String>,
}Fields§
§copy_part_result: Option<CopyPartResult>Container for all response elements.
copy_source_version_id: Option<String>The version of the source object that was copied, if you have enabled versioning on the source bucket.
request_charged: Option<String>§sse_customer_algorithm: Option<String>If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.
sse_customer_key_md5: Option<String>If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round-trip message integrity verification of the customer-provided encryption key.
ssekms_key_id: Option<String>If present, specifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) that was used for the object.
server_side_encryption: Option<String>The server-side encryption algorithm used when storing this object in Amazon S3 (for example, AES256, aws:kms).
Trait Implementations§
Source§impl Clone for UploadPartCopyOutput
impl Clone for UploadPartCopyOutput
Source§fn clone(&self) -> UploadPartCopyOutput
fn clone(&self) -> UploadPartCopyOutput
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more