You need to enable JavaScript to run this app.
Torch Object Storage

Torch Object Storage

Copy page
Download PDF
Transfer Acceleration
GetBucketTransferAcceleration
Copy page
Download PDF
GetBucketTransferAcceleration

Feature Description

This interface retrieves the transfer acceleration configuration information for the specified bucket.

Precautions

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.

Request syntax

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

Request parameters and headers

This request uses common request headers; see Common Parameters.

NameLocationTypeRequiredSample ValueDescription
transferAccelerationQueryStringYes-Represents a special identifier for the GetBucketTransferAcceleration request.

Request body elements

This request does not use message elements.

Response headers

This request returns the common response message headers, please see common parameters.

Response body elements

NameTypeRequiredSample ValueDescription
TransferAccelerationConfigurationObjectYes-Transfer acceleration configuration.

Enabled

String

Yes

true

Enable transmission acceleration? Possible values are as follows:

  • true: enable transmission acceleration.
  • false: disable transmission acceleration.

Sample request

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

Sample response

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"
  }
}
Last updated: 2025.06.30 17:27:07