From d3b2e8c537c679318dfefbfbbf7ffb1bcdddf655 Mon Sep 17 00:00:00 2001 From: awstools Date: Tue, 3 May 2022 21:10:30 +0000 Subject: [PATCH] docs(client-s3): Documentation only update for doc bug fixes for the S3 API docs. --- clients/client-s3/src/S3.ts | 13 ++++++------- .../PutBucketLifecycleConfigurationCommand.ts | 5 +++-- clients/client-s3/src/commands/UploadPartCommand.ts | 4 ++-- .../client-s3/src/commands/UploadPartCopyCommand.ts | 4 +--- clients/client-s3/src/models/models_0.ts | 6 ++++-- codegen/sdk-codegen/aws-models/s3.json | 10 +++++----- 6 files changed, 21 insertions(+), 21 deletions(-) diff --git a/clients/client-s3/src/S3.ts b/clients/client-s3/src/S3.ts index c3542948db4f..924089873d21 100644 --- a/clients/client-s3/src/S3.ts +++ b/clients/client-s3/src/S3.ts @@ -5979,8 +5979,9 @@ export class S3 extends S3Client { * Rules *

*

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:

+ * 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:

* *