<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `PutObjectRequest` struct in crate `aws_sdk_rust`.">
<meta name="keywords" content="rust, rustlang, rust-lang, PutObjectRequest">
<title>aws_sdk_rust::aws::s3::object::PutObjectRequest - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../normalize.css">
<link rel="stylesheet" type="text/css" href="../../../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../../../main.css">
<link rel="shortcut icon" href="https://lambdastackio.github.io/static/images/favicon.ico">
</head>
<body class="rustdoc struct">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<a href='../../../../aws_sdk_rust/index.html'><img src='https://lambdastackio.github.io/static/images/lambdastack-200x200.png' alt='logo' width='100'></a>
<p class='location'>Struct PutObjectRequest</p><div class="block items"><ul><li><a href="#fields">Fields</a></li><li><a href="#implementations">Trait Implementations</a></li></ul></div><p class='location'><a href='../../../index.html'>aws_sdk_rust</a>::<wbr><a href='../../index.html'>aws</a>::<wbr><a href='../index.html'>s3</a>::<wbr><a href='index.html'>object</a></p><script>window.sidebarCurrent = {name: 'PutObjectRequest', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content">
<h1 class='fqn'><span class='in-band'>Struct <a href='../../../index.html'>aws_sdk_rust</a>::<wbr><a href='../../index.html'>aws</a>::<wbr><a href='../index.html'>s3</a>::<wbr><a href='index.html'>object</a>::<wbr><a class="struct" href=''>PutObjectRequest</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a class='srclink' href='../../../../src/aws_sdk_rust/aws/s3/object.rs.html#891-955' title='goto source code'>[src]</a></span></h1>
<pre class='rust struct'>pub struct PutObjectRequest<'a> {
pub request_payer: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.RequestPayer.html" title="type aws_sdk_rust::aws::s3::writeparse::RequestPayer">RequestPayer</a>>,
pub content_encoding: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.ContentEncoding.html" title="type aws_sdk_rust::aws::s3::writeparse::ContentEncoding">ContentEncoding</a>>,
pub storage_class: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.StorageClass.html" title="type aws_sdk_rust::aws::s3::writeparse::StorageClass">StorageClass</a>>,
pub grant_read_acp: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/grant/type.GrantReadACP.html" title="type aws_sdk_rust::aws::s3::grant::GrantReadACP">GrantReadACP</a>>,
pub server_side_encryption: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.ServerSideEncryption.html" title="type aws_sdk_rust::aws::s3::writeparse::ServerSideEncryption">ServerSideEncryption</a>>,
pub ssekms_key_id: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.SSEKMSKeyId.html" title="type aws_sdk_rust::aws::s3::writeparse::SSEKMSKeyId">SSEKMSKeyId</a>>,
pub content_disposition: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.ContentDisposition.html" title="type aws_sdk_rust::aws::s3::writeparse::ContentDisposition">ContentDisposition</a>>,
pub metadata: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.Metadata.html" title="type aws_sdk_rust::aws::s3::writeparse::Metadata">Metadata</a>>,
pub body: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&'a [</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>>,
pub sse_customer_key: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.SSECustomerKey.html" title="type aws_sdk_rust::aws::s3::writeparse::SSECustomerKey">SSECustomerKey</a>>,
pub website_redirect_location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.WebsiteRedirectLocation.html" title="type aws_sdk_rust::aws::s3::writeparse::WebsiteRedirectLocation">WebsiteRedirectLocation</a>>,
pub expires: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/object/type.Expires.html" title="type aws_sdk_rust::aws::s3::object::Expires">Expires</a>>,
pub key: <a class="type" href="../../../../aws_sdk_rust/aws/s3/object/type.ObjectKey.html" title="type aws_sdk_rust::aws::s3::object::ObjectKey">ObjectKey</a>,
pub cache_control: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.CacheControl.html" title="type aws_sdk_rust::aws::s3::writeparse::CacheControl">CacheControl</a>>,
pub content_length: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.ContentLength.html" title="type aws_sdk_rust::aws::s3::writeparse::ContentLength">ContentLength</a>>,
pub bucket: <a class="type" href="../../../../aws_sdk_rust/aws/s3/bucket/type.BucketName.html" title="type aws_sdk_rust::aws::s3::bucket::BucketName">BucketName</a>,
pub grant_read: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/grant/type.GrantRead.html" title="type aws_sdk_rust::aws::s3::grant::GrantRead">GrantRead</a>>,
pub grant_write_acp: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/grant/type.GrantWriteACP.html" title="type aws_sdk_rust::aws::s3::grant::GrantWriteACP">GrantWriteACP</a>>,
pub acl: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="../../../../aws_sdk_rust/aws/s3/acl/enum.CannedAcl.html" title="enum aws_sdk_rust::aws::s3::acl::CannedAcl">CannedAcl</a>>,
pub grant_full_control: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/grant/type.GrantFullControl.html" title="type aws_sdk_rust::aws::s3::grant::GrantFullControl">GrantFullControl</a>>,
pub sse_customer_algorithm: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.SSECustomerAlgorithm.html" title="type aws_sdk_rust::aws::s3::writeparse::SSECustomerAlgorithm">SSECustomerAlgorithm</a>>,
pub content_type: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/header/type.ContentType.html" title="type aws_sdk_rust::aws::s3::header::ContentType">ContentType</a>>,
pub content_language: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.ContentLanguage.html" title="type aws_sdk_rust::aws::s3::writeparse::ContentLanguage">ContentLanguage</a>>,
pub content_md5: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/header/type.ContentMD5.html" title="type aws_sdk_rust::aws::s3::header::ContentMD5">ContentMD5</a>>,
pub sse_customer_key_md5: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.SSECustomerKeyMD5.html" title="type aws_sdk_rust::aws::s3::writeparse::SSECustomerKeyMD5">SSECustomerKeyMD5</a>>,
}</pre><div class='docblock'><p>NB: PutObjectRequest is <em>not</em> JSON decodable without implementing a custom to_json trait
because of Option<&'a [u8]>.</p>
</div><h2 id='fields' class='fields'>Fields</h2><span id='structfield.request_payer' class="structfield">
<span id='request_payer.v' class='invisible'>
<code>request_payer: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.RequestPayer.html" title="type aws_sdk_rust::aws::s3::writeparse::RequestPayer">RequestPayer</a>></code>
</span></span><span id='structfield.content_encoding' class="structfield">
<span id='content_encoding.v' class='invisible'>
<code>content_encoding: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.ContentEncoding.html" title="type aws_sdk_rust::aws::s3::writeparse::ContentEncoding">ContentEncoding</a>></code>
</span></span><div class='docblock'><p>Specifies what content encodings have been applied to the object and thus what
decoding mechanisms must be applied to obtain the media-type referenced by the
Content-Type header field.</p>
</div><span id='structfield.storage_class' class="structfield">
<span id='storage_class.v' class='invisible'>
<code>storage_class: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.StorageClass.html" title="type aws_sdk_rust::aws::s3::writeparse::StorageClass">StorageClass</a>></code>
</span></span><div class='docblock'><p>The type of storage to use for the object. Defaults to 'STANDARD'.</p>
</div><span id='structfield.grant_read_acp' class="structfield">
<span id='grant_read_acp.v' class='invisible'>
<code>grant_read_acp: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/grant/type.GrantReadACP.html" title="type aws_sdk_rust::aws::s3::grant::GrantReadACP">GrantReadACP</a>></code>
</span></span><div class='docblock'><p>Allows grantee to read the object ACL.</p>
</div><span id='structfield.server_side_encryption' class="structfield">
<span id='server_side_encryption.v' class='invisible'>
<code>server_side_encryption: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.ServerSideEncryption.html" title="type aws_sdk_rust::aws::s3::writeparse::ServerSideEncryption">ServerSideEncryption</a>></code>
</span></span><div class='docblock'><p>The Server-side encryption algorithm used when storing this object in S3
(e.g., AES256, aws:kms).</p>
</div><span id='structfield.ssekms_key_id' class="structfield">
<span id='ssekms_key_id.v' class='invisible'>
<code>ssekms_key_id: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.SSEKMSKeyId.html" title="type aws_sdk_rust::aws::s3::writeparse::SSEKMSKeyId">SSEKMSKeyId</a>></code>
</span></span><div class='docblock'><p>Specifies the AWS KMS key ID to use for object encryption. All GET and PUT
requests for an object protected by AWS KMS will fail if not made via SSL or
using SigV4. Documentation on configuring any of the officially supported AWS
SDKs and CLI can be found at
<a href="http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-">http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-</a>
signature-version</p>
</div><span id='structfield.content_disposition' class="structfield">
<span id='content_disposition.v' class='invisible'>
<code>content_disposition: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.ContentDisposition.html" title="type aws_sdk_rust::aws::s3::writeparse::ContentDisposition">ContentDisposition</a>></code>
</span></span><div class='docblock'><p>Specifies presentational information for the object.</p>
</div><span id='structfield.metadata' class="structfield">
<span id='metadata.v' class='invisible'>
<code>metadata: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.Metadata.html" title="type aws_sdk_rust::aws::s3::writeparse::Metadata">Metadata</a>></code>
</span></span><div class='docblock'><p>A map of metadata to store with the object in S3.</p>
</div><span id='structfield.body' class="structfield">
<span id='body.v' class='invisible'>
<code>body: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">&'a [</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.u8.html">u8</a><a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.slice.html">]</a>></code>
</span></span><div class='docblock'><p>Object data.</p>
</div><span id='structfield.sse_customer_key' class="structfield">
<span id='sse_customer_key.v' class='invisible'>
<code>sse_customer_key: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.SSECustomerKey.html" title="type aws_sdk_rust::aws::s3::writeparse::SSECustomerKey">SSECustomerKey</a>></code>
</span></span><div class='docblock'><p>Specifies the customer-provided encryption key for Amazon S3 to use in
encrypting data. This value is used to store the object and then it is
discarded; Amazon does not store the encryption key. The key must be
appropriate for use with the algorithm specified in the x-amz-server-side-
encryption-customer-algorithm header.</p>
</div><span id='structfield.website_redirect_location' class="structfield">
<span id='website_redirect_location.v' class='invisible'>
<code>website_redirect_location: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.WebsiteRedirectLocation.html" title="type aws_sdk_rust::aws::s3::writeparse::WebsiteRedirectLocation">WebsiteRedirectLocation</a>></code>
</span></span><div class='docblock'><p>If the bucket is configured as a website, redirects requests for this object
to another object in the same bucket or to an external URL. Amazon S3 stores
the value of this header in the object metadata.</p>
</div><span id='structfield.expires' class="structfield">
<span id='expires.v' class='invisible'>
<code>expires: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/object/type.Expires.html" title="type aws_sdk_rust::aws::s3::object::Expires">Expires</a>></code>
</span></span><div class='docblock'><p>The date and time at which the object is no longer cacheable.</p>
</div><span id='structfield.key' class="structfield">
<span id='key.v' class='invisible'>
<code>key: <a class="type" href="../../../../aws_sdk_rust/aws/s3/object/type.ObjectKey.html" title="type aws_sdk_rust::aws::s3::object::ObjectKey">ObjectKey</a></code>
</span></span><span id='structfield.cache_control' class="structfield">
<span id='cache_control.v' class='invisible'>
<code>cache_control: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.CacheControl.html" title="type aws_sdk_rust::aws::s3::writeparse::CacheControl">CacheControl</a>></code>
</span></span><div class='docblock'><p>Specifies caching behavior along the request/reply chain.</p>
</div><span id='structfield.content_length' class="structfield">
<span id='content_length.v' class='invisible'>
<code>content_length: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.ContentLength.html" title="type aws_sdk_rust::aws::s3::writeparse::ContentLength">ContentLength</a>></code>
</span></span><div class='docblock'><p>Size of the body in bytes. This parameter is useful when the size of the body
cannot be determined automatically.</p>
</div><span id='structfield.bucket' class="structfield">
<span id='bucket.v' class='invisible'>
<code>bucket: <a class="type" href="../../../../aws_sdk_rust/aws/s3/bucket/type.BucketName.html" title="type aws_sdk_rust::aws::s3::bucket::BucketName">BucketName</a></code>
</span></span><span id='structfield.grant_read' class="structfield">
<span id='grant_read.v' class='invisible'>
<code>grant_read: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/grant/type.GrantRead.html" title="type aws_sdk_rust::aws::s3::grant::GrantRead">GrantRead</a>></code>
</span></span><div class='docblock'><p>Allows grantee to read the object data and its metadata.</p>
</div><span id='structfield.grant_write_acp' class="structfield">
<span id='grant_write_acp.v' class='invisible'>
<code>grant_write_acp: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/grant/type.GrantWriteACP.html" title="type aws_sdk_rust::aws::s3::grant::GrantWriteACP">GrantWriteACP</a>></code>
</span></span><div class='docblock'><p>Allows grantee to write the ACL for the applicable object.</p>
</div><span id='structfield.acl' class="structfield">
<span id='acl.v' class='invisible'>
<code>acl: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="enum" href="../../../../aws_sdk_rust/aws/s3/acl/enum.CannedAcl.html" title="enum aws_sdk_rust::aws::s3::acl::CannedAcl">CannedAcl</a>></code>
</span></span><div class='docblock'><p>The canned ACL to apply to the object.</p>
</div><span id='structfield.grant_full_control' class="structfield">
<span id='grant_full_control.v' class='invisible'>
<code>grant_full_control: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/grant/type.GrantFullControl.html" title="type aws_sdk_rust::aws::s3::grant::GrantFullControl">GrantFullControl</a>></code>
</span></span><div class='docblock'><p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.</p>
</div><span id='structfield.sse_customer_algorithm' class="structfield">
<span id='sse_customer_algorithm.v' class='invisible'>
<code>sse_customer_algorithm: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.SSECustomerAlgorithm.html" title="type aws_sdk_rust::aws::s3::writeparse::SSECustomerAlgorithm">SSECustomerAlgorithm</a>></code>
</span></span><div class='docblock'><p>Specifies the algorithm to use to when encrypting the object (e.g., AES256).</p>
</div><span id='structfield.content_type' class="structfield">
<span id='content_type.v' class='invisible'>
<code>content_type: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/header/type.ContentType.html" title="type aws_sdk_rust::aws::s3::header::ContentType">ContentType</a>></code>
</span></span><div class='docblock'><p>A standard MIME type describing the format of the object data.</p>
</div><span id='structfield.content_language' class="structfield">
<span id='content_language.v' class='invisible'>
<code>content_language: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.ContentLanguage.html" title="type aws_sdk_rust::aws::s3::writeparse::ContentLanguage">ContentLanguage</a>></code>
</span></span><div class='docblock'><p>The language the content is in.</p>
</div><span id='structfield.content_md5' class="structfield">
<span id='content_md5.v' class='invisible'>
<code>content_md5: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/header/type.ContentMD5.html" title="type aws_sdk_rust::aws::s3::header::ContentMD5">ContentMD5</a>></code>
</span></span><span id='structfield.sse_customer_key_md5' class="structfield">
<span id='sse_customer_key_md5.v' class='invisible'>
<code>sse_customer_key_md5: <a class="enum" href="https://doc.rust-lang.org/nightly/core/option/enum.Option.html" title="enum core::option::Option">Option</a><<a class="type" href="../../../../aws_sdk_rust/aws/s3/writeparse/type.SSECustomerKeyMD5.html" title="type aws_sdk_rust::aws::s3::writeparse::SSECustomerKeyMD5">SSECustomerKeyMD5</a>></code>
</span></span><div class='docblock'><p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
Amazon S3 uses this header for a message integrity check to ensure the
encryption key was transmitted without error.</p>
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html" title="trait core::fmt::Debug">Debug</a> for <a class="struct" href="../../../../aws_sdk_rust/aws/s3/object/struct.PutObjectRequest.html" title="struct aws_sdk_rust::aws::s3::object::PutObjectRequest">PutObjectRequest</a><'a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../../../src/aws_sdk_rust/aws/s3/object.rs.html#890' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.fmt' class="method"><span id='fmt.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&self, __arg_0: &mut <a class="struct" href="https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html" title="struct core::fmt::Formatter">Formatter</a>) -> <a class="type" href="https://doc.rust-lang.org/nightly/core/fmt/type.Result.html" title="type core::fmt::Result">Result</a></code></span></h4>
<div class='docblock'><p>Formats the value using the given formatter.</p>
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html" title="trait core::default::Default">Default</a> for <a class="struct" href="../../../../aws_sdk_rust/aws/s3/object/struct.PutObjectRequest.html" title="struct aws_sdk_rust::aws::s3::object::PutObjectRequest">PutObjectRequest</a><'a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../../../src/aws_sdk_rust/aws/s3/object.rs.html#890' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.default' class="method"><span id='default.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default' class='fnname'>default</a>() -> <a class="struct" href="../../../../aws_sdk_rust/aws/s3/object/struct.PutObjectRequest.html" title="struct aws_sdk_rust::aws::s3::object::PutObjectRequest">PutObjectRequest</a><'a></code></span></h4>
<div class='docblock'><p>Returns the "default value" for a type. <a href="https://doc.rust-lang.org/nightly/core/default/trait.Default.html#tymethod.default">Read more</a></p>
</div></div><h3 class='impl'><span class='in-band'><code>impl<'a> <a class="trait" href="https://doc.rust-lang.org/rustc-serialize/rustc_serialize/serialize/trait.Encodable.html" title="trait rustc_serialize::serialize::Encodable">Encodable</a> for <a class="struct" href="../../../../aws_sdk_rust/aws/s3/object/struct.PutObjectRequest.html" title="struct aws_sdk_rust::aws::s3::object::PutObjectRequest">PutObjectRequest</a><'a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../../../src/aws_sdk_rust/aws/s3/object.rs.html#890' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.encode' class="method"><span id='encode.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/rustc-serialize/rustc_serialize/serialize/trait.Encodable.html#tymethod.encode' class='fnname'>encode</a><__S: <a class="trait" href="https://doc.rust-lang.org/rustc-serialize/rustc_serialize/serialize/trait.Encoder.html" title="trait rustc_serialize::serialize::Encoder">Encoder</a>>(&self, __arg_0: &mut __S) -> <a class="enum" href="https://doc.rust-lang.org/nightly/core/result/enum.Result.html" title="enum core::result::Result">Result</a><<a class="primitive" href="https://doc.rust-lang.org/nightly/std/primitive.tuple.html">()</a>, __S::<a class="trait" href="https://doc.rust-lang.org/rustc-serialize/rustc_serialize/serialize/trait.Encoder.html" title="trait rustc_serialize::serialize::Encoder">Error</a>></code></span></h4>
<div class='docblock'><p>Serialize a value using an <code>Encoder</code>.</p>
</div></div></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../../";
window.currentCrate = "aws_sdk_rust";
</script>
<script src="../../../../main.js"></script>
<script defer src="../../../../search-index.js"></script>
</body>
</html>