AWSS3DeleteMarkerReplication
Objective-C
@interface AWSS3DeleteMarkerReplication
Swift
class AWSS3DeleteMarkerReplication
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.
-
Indicates whether to replicate delete markers.
In the current implementation, Amazon S3 doesn’t replicate the delete markers. The status must be
Disabled.Declaration
Objective-C
@property (nonatomic) AWSS3DeleteMarkerReplicationStatus status;Swift
var status: AWSS3DeleteMarkerReplicationStatus { get set }
View on GitHub
Install in Dash
AWSS3DeleteMarkerReplication Class Reference