BucketsReplication
Displays replication settings for a bucket, including cross-region replication rules that automatically copy objects across buckets.
Table Specific Information
Select
The add-in uses the Amazon S3 API to process search criteria that refers to the Bucket column. The add-in processes other filters client side within the add-in. For example, the following query is processed server side.
SELECT * FROM BucketsReplication WHERE Bucket = 'TestBucket'
Columns
| Name | Type | Description |
| Id [KEY] | String | A unique identifier for the replication rule within the bucket configuration. |
| Priority | String | Specifies the priority of the rule when multiple replication rules overlap, with lower numbers having higher priority. |
| Status | String | Indicates whether the replication rule is active (Enabled) or ignored (Disabled). |
| DeleteMarkerStatus | String | Defines whether delete markers are also replicated to the destination bucket. |
| DestinationBucket | String | The Amazon Resource Name (ARN) of the target bucket where S3 stores replicated objects. |
| Bucket | String | The name of the source S3 bucket to which this replication configuration applies. |