Struct rusoto_s3::CreateMultipartUploadOutput [] [src]

pub struct CreateMultipartUploadOutput {
    pub abort_date: Option<AbortDate>,
    pub abort_rule_id: Option<AbortRuleId>,
    pub bucket: Option<BucketName>,
    pub key: Option<ObjectKey>,
    pub request_charged: Option<RequestCharged>,
    pub sse_customer_algorithm: Option<SSECustomerAlgorithm>,
    pub sse_customer_key_md5: Option<SSECustomerKeyMD5>,
    pub ssekms_key_id: Option<SSEKMSKeyId>,
    pub server_side_encryption: Option<ServerSideEncryption>,
    pub upload_id: Option<MultipartUploadId>,
}

Fields

Date when multipart upload will become eligible for abort operation by lifecycle.

Id of the lifecycle rule that makes a multipart upload eligible for abort operation.

Name of the bucket to which the multipart upload was initiated.

Object key for which the multipart upload was initiated.

If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.

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.

If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.

The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).

ID for the initiated multipart upload.

Trait Implementations

impl Default for CreateMultipartUploadOutput
[src]

Returns the "default value" for a type. Read more

impl Clone for CreateMultipartUploadOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreateMultipartUploadOutput
[src]

Formats the value using the given formatter.