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
.
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.
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.
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.