Struct rusoto_s3::PutObjectOutput [] [src]

pub struct PutObjectOutput {
    pub e_tag: Option<ETag>,
    pub expiration: Option<Expiration>,
    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 version_id: Option<ObjectVersionId>,
}

Fields

Entity tag for the uploaded object.

If the object expiration is configured, this will contain the expiration date (expiry-date) and rule ID (rule-id). The value of rule-id is URL encoded.

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).

Version of the object.

Trait Implementations

impl Default for PutObjectOutput
[src]

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

impl Clone for PutObjectOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PutObjectOutput
[src]

Formats the value using the given formatter.