0028-00000004

更新时间:
复制 MD 格式

Problem description

The bucket does not have transfer acceleration configurations.

Causes

A GET /?transferAcceleration request was made against a bucket that has no transfer acceleration configuration enabled.

Examples

The following request triggers this error when the specified bucket has no transfer acceleration configuration:

GET /?transferAcceleration HTTP/1.1
Host: <BucketName>.oss.aliyuncs.com
Date: <GMT Date>
Content-Length: <ContentLength>
Content-Type: application/xml
Authorization: <SignatureValue>

Solutions

Enable transfer acceleration on the bucket before calling GetBucketTransferAcceleration. For instructions, see Enable transfer acceleration.

References