pub struct CreateMultipartUpload<'a> {
Show 25 fields pub x_amz_acl: Option<String>, pub cache_control: Option<String>, pub content_disposition: Option<String>, pub content_encoding: Option<String>, pub content_language: Option<String>, pub content_length: Option<String>, pub content_type: Option<String>, pub expires: Option<String>, pub x_amz_grant_full_control: Option<String>, pub x_amz_grant_read: Option<String>, pub x_amz_grant_read_acp: Option<String>, pub x_amz_grant_write_acp: Option<String>, pub x_amz_server_side_encryption: Option<String>, pub x_amz_storage_class: Option<String>, pub x_amz_website_redirect_location: Option<String>, pub x_amz_server_side_encryption_customer_algorithm: Option<String>, pub x_amz_server_side_encryption_customer_key: Option<String>, pub x_amz_server_side_encryption_customer_key_md5: Option<String>, pub x_amz_server_side_encryption_aws_kms_key_id: Option<String>, pub x_amz_server_side_encryption_context: Option<String>, pub x_amz_request_payer: Option<String>, pub x_amz_tagging: Option<String>, pub x_amz_object_lock_mode: Option<String>, pub x_amz_object_lock_retain_until_date: Option<String>, pub x_amz_object_lock_legal_hold: Option<String>, /* private fields */
}

Fields

x_amz_acl: Option<String>cache_control: Option<String>content_disposition: Option<String>content_encoding: Option<String>content_language: Option<String>content_length: Option<String>content_type: Option<String>expires: Option<String>x_amz_grant_full_control: Option<String>x_amz_grant_read: Option<String>x_amz_grant_read_acp: Option<String>x_amz_grant_write_acp: Option<String>x_amz_server_side_encryption: Option<String>x_amz_storage_class: Option<String>x_amz_website_redirect_location: Option<String>x_amz_server_side_encryption_customer_algorithm: Option<String>x_amz_server_side_encryption_customer_key: Option<String>x_amz_server_side_encryption_customer_key_md5: Option<String>x_amz_server_side_encryption_aws_kms_key_id: Option<String>x_amz_server_side_encryption_context: Option<String>x_amz_request_payer: Option<String>x_amz_tagging: Option<String>x_amz_object_lock_mode: Option<String>x_amz_object_lock_retain_until_date: Option<String>x_amz_object_lock_legal_hold: Option<String>

Implementations

Errors

Will return Err if can not make the request

Trait Implementations

Errors Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more