Struct rusoto_s3::DeleteMarkerReplication [−][src]
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.
Fields
status: Option<String>
Indicates whether to replicate delete markers.
In the current implementation, Amazon S3 doesn't replicate the delete markers. The status must be Disabled
.
Trait Implementations
impl Clone for DeleteMarkerReplication
[src][+]
impl Debug for DeleteMarkerReplication
[src][+]
impl Default for DeleteMarkerReplication
[src][+]
impl PartialEq<DeleteMarkerReplication> for DeleteMarkerReplication
[src][+]
impl StructuralPartialEq for DeleteMarkerReplication
[src]
Auto Trait Implementations
impl RefUnwindSafe for DeleteMarkerReplication
impl Send for DeleteMarkerReplication
impl Sync for DeleteMarkerReplication
impl Unpin for DeleteMarkerReplication
impl UnwindSafe for DeleteMarkerReplication
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,