Struct assemblylift_iomod_s3_guest::structs::PutObjectRequest[][src]

pub struct PutObjectRequest {
Show fields pub acl: Option<ObjectCannedACL>, pub body: Option<Body>, pub bucket: BucketName, pub cache_control: Option<CacheControl>, pub content_disposition: Option<ContentDisposition>, pub content_encoding: Option<ContentEncoding>, pub content_language: Option<ContentLanguage>, pub content_length: Option<ContentLength>, pub content_md5: Option<ContentMD5>, pub content_type: Option<ContentType>, pub expires: Option<Expires>, pub grant_full_control: Option<GrantFullControl>, pub grant_read: Option<GrantRead>, pub grant_read_acp: Option<GrantReadACP>, pub grant_write_acp: Option<GrantWriteACP>, pub key: ObjectKey, pub metadata: Option<Metadata>, pub server_side_encryption: Option<ServerSideEncryption>, pub storage_class: Option<StorageClass>, pub website_redirect_location: Option<WebsiteRedirectLocation>, pub sse_customer_algorithm: Option<SSECustomerAlgorithm>, pub sse_customer_key: Option<SSECustomerKey>, pub sse_customer_key_md5: Option<SSECustomerKeyMD5>, pub ssekms_key_id: Option<SSEKMSKeyId>, pub ssekms_encryption_context: Option<SSEKMSEncryptionContext>, pub bucket_key_enabled: Option<BucketKeyEnabled>, pub request_payer: Option<RequestPayer>, pub tagging: Option<TaggingHeader>, pub object_lock_mode: Option<ObjectLockMode>, pub object_lock_retain_until_date: Option<ObjectLockRetainUntilDate>, pub object_lock_legal_hold_status: Option<ObjectLockLegalHoldStatus>, pub expected_bucket_owner: Option<AccountId>,
}

Fields

acl: Option<ObjectCannedACL>body: Option<Body>bucket: BucketNamecache_control: Option<CacheControl>content_disposition: Option<ContentDisposition>content_encoding: Option<ContentEncoding>content_language: Option<ContentLanguage>content_length: Option<ContentLength>content_md5: Option<ContentMD5>content_type: Option<ContentType>expires: Option<Expires>grant_full_control: Option<GrantFullControl>grant_read: Option<GrantRead>grant_read_acp: Option<GrantReadACP>grant_write_acp: Option<GrantWriteACP>key: ObjectKeymetadata: Option<Metadata>server_side_encryption: Option<ServerSideEncryption>storage_class: Option<StorageClass>website_redirect_location: Option<WebsiteRedirectLocation>sse_customer_algorithm: Option<SSECustomerAlgorithm>sse_customer_key: Option<SSECustomerKey>sse_customer_key_md5: Option<SSECustomerKeyMD5>ssekms_key_id: Option<SSEKMSKeyId>ssekms_encryption_context: Option<SSEKMSEncryptionContext>bucket_key_enabled: Option<BucketKeyEnabled>request_payer: Option<RequestPayer>tagging: Option<TaggingHeader>object_lock_mode: Option<ObjectLockMode>object_lock_retain_until_date: Option<ObjectLockRetainUntilDate>object_lock_legal_hold_status: Option<ObjectLockLegalHoldStatus>expected_bucket_owner: Option<AccountId>

Trait Implementations

Formats the value using the given formatter. Read more

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

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. 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

Performs the conversion.

Performs the conversion.

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.