Torch Object Storage
This interface retrieves the transfer acceleration configuration information for the specified bucket.
Only the bucket owner and IAM users granted the tos:GetBucketTransferAcceleration permission can request the transfer acceleration configuration. If the bucket does not have transfer acceleration configured, this interface does not return the transfer acceleration configuration status.
GET /?transferAcceleration HTTP/1.1 Host: examplebucket.tos-cn-beijing.volces.com Date: Mon, 31 Oct 2016 12:00:00 GMT Authorization: authorization string Content-Length: length
This request uses common request headers; see Common Parameters.
| Name | Location | Type | Required | Sample Value | Description |
|---|---|---|---|---|---|
| transferAcceleration | Query | String | Yes | - | Represents a special identifier for the GetBucketTransferAcceleration request. |
This request does not use message elements.
This request returns the common response message headers, please see common parameters.
| Name | Type | Required | Sample Value | Description |
|---|---|---|---|---|
| TransferAccelerationConfiguration | Object | Yes | - | Transfer acceleration configuration. |
Enabled | String | Yes | true | Enable transmission acceleration? Possible values are as follows:
|
GET /?transferAcceleration HTTP/1.1 Host: examplebucket.tos-cn-beijing.volces.com Date: Mon, 31 Oct 2016 12:00:00 GMT Authorization: authorization string Content-Length: length
HTTP/1.1 200 OK Date: Mon, 31 Oct 2016 12:00:00 GMT Server: TosServer x-tos-id-2: 1e89f203jld00006-a444fd0 x-tos-request-id: 1e89f203b2d00006-a444ed0 Content-Length: length { "TransferAccelerationConfiguration": { "Enabled": "true" } }