Skip to content

Commit

Permalink
docs(client-s3): Documentation only update for doc bug fixes for the …
Browse files Browse the repository at this point in the history
…S3 API docs.
  • Loading branch information
awstools committed May 3, 2022
1 parent 75a68fd commit d3b2e8c
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 21 deletions.
13 changes: 6 additions & 7 deletions clients/client-s3/src/S3.ts
Expand Up @@ -5979,8 +5979,9 @@ export class S3 extends S3Client {
* <b>Rules</b>
* </p>
* <p>You specify the lifecycle configuration in your request body. The lifecycle
* configuration is specified as XML consisting of one or more rules. Each rule consists of
* the following:</p>
* configuration is specified as XML consisting of one or more rules. An Amazon S3 Lifecycle
* configuration can have up to 1,000 rules. This limit is not adjustable. Each rule consists
* of the following:</p>
*
* <ul>
* <li>
Expand Down Expand Up @@ -8147,8 +8148,8 @@ export class S3 extends S3Client {
* <p>Part numbers can be any number from 1 to 10,000, inclusive. A part number uniquely
* identifies a part and also defines its position within the object being created. If you
* upload a new part using the same part number that was used with a previous part, the
* previously uploaded part is overwritten. Each part must be at least 5 MB in size, except
* the last part. There is no size limit on the last part of your multipart upload.</p>
* previously uploaded part is overwritten.</p>
* <p>For information about maximum and minimum part sizes and other multipart upload specifications, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/qfacts.html">Multipart upload limits</a> in the <i>Amazon S3 User Guide</i>.</p>
* <p>To ensure that data is not corrupted when traversing the network, specify the
* <code>Content-MD5</code> header in the upload part request. Amazon S3 checks the part data
* against the provided MD5 value. If they do not match, Amazon S3 returns an error. </p>
Expand Down Expand Up @@ -8300,9 +8301,7 @@ export class S3 extends S3Client {
* data source by adding the request header <code>x-amz-copy-source</code> in your request and
* a byte range by adding the request header <code>x-amz-copy-source-range</code> in your
* request. </p>
* <p>The minimum allowable part size for a multipart upload is 5 MB. For more information
* about multipart upload limits, go to <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/qfacts.html">Quick
* Facts</a> in the <i>Amazon S3 User Guide</i>. </p>
* <p>For information about maximum and minimum part sizes and other multipart upload specifications, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/qfacts.html">Multipart upload limits</a> in the <i>Amazon S3 User Guide</i>. </p>
* <note>
* <p>Instead of using an existing object as part data, you might use the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
* action and provide data in your request.</p>
Expand Down
Expand Up @@ -44,8 +44,9 @@ export interface PutBucketLifecycleConfigurationCommandOutput extends __Metadata
* <b>Rules</b>
* </p>
* <p>You specify the lifecycle configuration in your request body. The lifecycle
* configuration is specified as XML consisting of one or more rules. Each rule consists of
* the following:</p>
* configuration is specified as XML consisting of one or more rules. An Amazon S3 Lifecycle
* configuration can have up to 1,000 rules. This limit is not adjustable. Each rule consists
* of the following:</p>
*
* <ul>
* <li>
Expand Down
4 changes: 2 additions & 2 deletions clients/client-s3/src/commands/UploadPartCommand.ts
Expand Up @@ -48,8 +48,8 @@ export interface UploadPartCommandOutput extends UploadPartOutput, __MetadataBea
* <p>Part numbers can be any number from 1 to 10,000, inclusive. A part number uniquely
* identifies a part and also defines its position within the object being created. If you
* upload a new part using the same part number that was used with a previous part, the
* previously uploaded part is overwritten. Each part must be at least 5 MB in size, except
* the last part. There is no size limit on the last part of your multipart upload.</p>
* previously uploaded part is overwritten.</p>
* <p>For information about maximum and minimum part sizes and other multipart upload specifications, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/qfacts.html">Multipart upload limits</a> in the <i>Amazon S3 User Guide</i>.</p>
* <p>To ensure that data is not corrupted when traversing the network, specify the
* <code>Content-MD5</code> header in the upload part request. Amazon S3 checks the part data
* against the provided MD5 value. If they do not match, Amazon S3 returns an error. </p>
Expand Down
4 changes: 1 addition & 3 deletions clients/client-s3/src/commands/UploadPartCopyCommand.ts
Expand Up @@ -29,9 +29,7 @@ export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __Met
* data source by adding the request header <code>x-amz-copy-source</code> in your request and
* a byte range by adding the request header <code>x-amz-copy-source-range</code> in your
* request. </p>
* <p>The minimum allowable part size for a multipart upload is 5 MB. For more information
* about multipart upload limits, go to <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/qfacts.html">Quick
* Facts</a> in the <i>Amazon S3 User Guide</i>. </p>
* <p>For information about maximum and minimum part sizes and other multipart upload specifications, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/qfacts.html">Multipart upload limits</a> in the <i>Amazon S3 User Guide</i>. </p>
* <note>
* <p>Instead of using an existing object as part data, you might use the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPart.html">UploadPart</a>
* action and provide data in your request.</p>
Expand Down
6 changes: 4 additions & 2 deletions clients/client-s3/src/models/models_0.ts
Expand Up @@ -5439,7 +5439,7 @@ export namespace LifecycleRuleFilter {
export interface NoncurrentVersionExpiration {
/**
* <p>Specifies the number of days an object is noncurrent before Amazon S3 can perform the
* associated action. For information about the noncurrent days calculations, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#non-current-days-calculations">How
* associated action. The value must be a non-zero positive integer. For information about the noncurrent days calculations, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#non-current-days-calculations">How
* Amazon S3 Calculates When an Object Became Noncurrent</a> in the <i>Amazon S3 User Guide</i>.</p>
*/
NoncurrentDays?: number;
Expand Down Expand Up @@ -9911,7 +9911,9 @@ export interface _Object {
* </li>
* <li>
* <p>If an object is created by either the Multipart Upload or Part Copy operation, the
* ETag is not an MD5 digest, regardless of the method of encryption.</p>
* ETag is not an MD5 digest, regardless of the method of encryption. If an object
* is larger than 16 MB, the Amazon Web Services Management Console will upload or copy that object as a
* Multipart Upload, and therefore the ETag will not be an MD5 digest.</p>
* </li>
* </ul>
*/
Expand Down

0 comments on commit d3b2e8c

Please sign in to comment.