GET service replication

Lists information about replication configuration for the specified bucket.

Requests

Syntax

GET /?replication HTTP/1.1
Host: <bucket>.<host>
Date: <date>
Authorization: <authorization_string>

Parameters

Parameter
Description
Required

bucket

Bucket name.

Type: string.

Default value: none.

Yes

Headers

This implementation uses only common request headers.

Responses

Headers

Header
Description

x-amz-geo-endpoint

Endpoint of the remote region where to replicate objects to.

x-amz-geo-access-key

Access key of a user of the remote region used to replicate objects.

x-amz-geo-access-secret

Access secret of a user of the remote region used to replicate objects.

Body

An XML replication configuration in the following format:

Examples

Sample request

Returns replication configuration of the bucket test.

Sample response

Last updated