GetBucketReplication
Returns the replication configuration of a bucket
This action requires permissions for the s3:GetReplicationConfiguration
action.
If you include the Filter
element in a replication configuration, you must also include the DeleteMarkerReplication
and Priority
elements. The response also returns those elements.
Request Syntax
URI Request Parameters
The request uses the following URI parameters.
Bucket
The bucket name for which to get the replication information.
Required: Yes
x-amz-expected-bucket-owner
The account ID of the expected bucket owner. If the bucket is owned by a different account, the request fails with the HTTP status code 403 Forbidden
(access denied).
Request Body
The request does not have a request body.
Response Syntax
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in XML format by the service.
ReplicationConfiguration
Root level tag for the ReplicationConfiguration parameters.
Required: Yes
Role
The Resource Name of the Identity and Access Management role that Petabox assumes when replicating objects.
Type: String
Rule
A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.
Type: Array of ReplicationRule data types
Examples
Sample Request: Retrieve replication configuration information
The following GET request retrieves information about the replication configuration set for the examplebucket
bucket:
Sample Response
The following response shows that replication is enabled on the bucket. The empty prefix indicates that Petabox will replicate all objects that are created in the examplebucket
bucket. The Destination
element identifies the target bucket where Petabox creates the object replicas, and the storage class (STANDARD_IA) that Petabox uses when creating replicas.
Petabox assumes the specified IAM role to replicate objects on behalf of the bucket owner, which is the account that created the bucket.
Last updated