PUT service replication
Sets replication configuration for the specified bucket.
Requests
Syntax
Parameters
bucket
Bucket name.
Type: string.
user_id
ID of the user that is used to replicate objects on your behalf.
Type: string.
The ID can always be taken from the Access Key by dropping the last 4 digits.
destination_bucket
The name of the bucket where you want to store the results.
Type: string.
<authorization_string>
Body
An XML replication configuration in the following format:
Headers
x-amz-geo-endpoint
Endpoint of the remote region where to replicate objects to. BIT1: os.bit1.cloudbit.ch ZRH1 (www.flow.swiss): os.zrh1.flow.swiss ALP1 (www.flow.swiss): os.alp1.flow.swiss
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.
Responses
Headers
This implementation uses only common response headers.
Body
Empty.
Example
Sets replication configuration for the bucket. test
.
Sample response
Last updated