IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface ReplicaModifications

    A filter that you can specify for selection for modifications on replicas. Amazon S3 doesn't replicate replica modifications by default. In the latest version of replication configuration (when Filter is specified), you can specify this element and set the status to Enabled to replicate modifications on replicas.

    If you don't specify the Filter element, Amazon S3 assumes that the replication configuration is the earlier version, V1. In the earlier version, this element is not allowed.

    interface ReplicaModifications {
        Status: ReplicaModificationsStatus | undefined;
    }
    Index

    Properties

    Properties

    Status: ReplicaModificationsStatus | undefined

    Specifies whether Amazon S3 replicates modifications on replicas.