DELETE service replication
Description
Deletes replication configuration for the specified bucket.
Requests
Syntax
DELETE /?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
This implementation uses only common response headers.
Body
Empty.
Examples
Sample request
Deletes replication configuration of the bucket test
.
DELETE/?replication HTTP/1.1 Host: test.s3.example.com Date: Tu, 18 Jan 2021 14:08:55 GMT Authorization: <authorization_string>
Sample response
HTTP/1.1 200 OK Transfer-encoding : chunked Server : nginx/1.8.1 Connection: closed x-amz-request-id : 80000000000000030005c8caec96d65b Date : Tu, 21 Jan 2021 14:08:56 GMT