class Aws::S3::Types::DeleteMarkerReplication

Specifies whether Amazon S3 replicates delete markers. If you specify a `Filter` in your replication configuration, you must also include a `DeleteMarkerReplication` element. If your `Filter` includes a `Tag` element, the `DeleteMarkerReplication` `Status` must be set to Disabled, because Amazon S3 does not support replicating delete markers for tag-based rules. For an example configuration, see [Basic Rule Configuration].

For more information about delete marker replication, see [Basic Rule Configuration].

<note markdown=“1”> If you are using an earlier version of the replication configuration, Amazon S3 handles replication of delete markers differently. For more information, see [Backward Compatibility].

</note>

[1]: docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html#replication-config-min-rule-config [2]: docs.aws.amazon.com/AmazonS3/latest/dev/delete-marker-replication.html [3]: docs.aws.amazon.com/AmazonS3/latest/dev/replication-add-config.html#replication-backward-compat-considerations

@note When making an API call, you may pass DeleteMarkerReplication

data as a hash:

    {
      status: "Enabled", # accepts Enabled, Disabled
    }

@!attribute [rw] status

Indicates whether to replicate delete markers.

<note markdown="1"> Indicates whether to replicate delete markers.

 </note>
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/DeleteMarkerReplication AWS API Documentation

Constants

SENSITIVE