BucketsReplication
Returns a bucket's replication configuration.
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 queries are processed server side.
SELECT * FROM BucketsReplication SELECT * FROM BucketsReplication WHERE Bucket = 'TestBucket'
Columns
| Name | Type | Description |
| Id [KEY] | String | The unique identifier for the rule. |
| Priority | String | If you specify multiple rules with overlapping filters, identifies the rule priority. |
| Status | String | Whether a rule is enabled. If Status is not set to Enabled, Amazon S3 ignores the rule |
| DeleteMarkerStatus | String | A container that describes whether Amazon S3 replicates the delete markers. |
| DestinationBucket | String | The name of the bucket where Amazon S3 stores replicas of objects identified by the rule. |
| Bucket | String | The name of the current bucket. |