From 3a5244452f12f4f0016532bb912e1a388a1b7027 Mon Sep 17 00:00:00 2001 From: John Viegas Date: Tue, 20 Oct 2020 15:12:00 -0700 Subject: [PATCH] Java Doc Update for S3 replication configuration V2 doc changes for delete marker replication support --- .../s3/src/main/resources/codegen-resources/service-2.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/s3/src/main/resources/codegen-resources/service-2.json b/services/s3/src/main/resources/codegen-resources/service-2.json index f4d01e982985..3a40d8429157 100644 --- a/services/s3/src/main/resources/codegen-resources/service-2.json +++ b/services/s3/src/main/resources/codegen-resources/service-2.json @@ -2673,10 +2673,10 @@ "members":{ "Status":{ "shape":"DeleteMarkerReplicationStatus", - "documentation":"

Indicates whether to replicate delete markers.

In the current implementation, Amazon S3 doesn't replicate the delete markers. The status must be Disabled.

" + "documentation":"

Indicates whether to replicate delete markers.

In the current implementation, Amazon S3 doesn't replicate the delete markers if you specify a Tag filter. The status must be Disabled if a Tag filter is specified.

" } }, - "documentation":"

Specifies whether Amazon S3 replicates the delete markers. If you specify a Filter, you must specify this element. However, in the latest version of replication configuration (when Filter is specified), Amazon S3 doesn't replicate delete markers. Therefore, the DeleteMarkerReplication element can contain only <Status>Disabled</Status>. For an example configuration, see Basic Rule Configuration.

If you don't specify the Filter element, Amazon S3 assumes that the replication configuration is the earlier version, V1. In the earlier version, Amazon S3 handled replication of delete markers differently. For more information, see Backward Compatibility.

" + "documentation":"

Specifies whether Amazon S3 replicates the delete markers. If you specify a Filter, you must specify this element. However, if you specify a Tag filter, Amazon S3 doesn't replicate delete markers. Therefore, the DeleteMarkerReplication element can contain only <Status>Disabled</Status> if the rule has a Tag filter. For an example configuration, see Basic Rule Configuration.

If you don't specify the Filter element, Amazon S3 assumes that the replication configuration is the earlier version, V1. In the earlier version, Amazon S3 handled replication of delete markers differently. For more information, see Backward Compatibility.

" }, "DeleteMarkerReplicationStatus":{ "type":"string",