0025-00000003

更新时间:
复制 MD 格式

Problem description

Object Storage Service (OSS) deployed in CloudBox does not support the redundancy type specified in the PutBucket request.

Causes

You initiated a PutBucket request, but the specified redundancy type (DataRedundancyType) is not supported by OSS deployed in CloudBox.

Examples

OSS deployed in CloudBox does not support ZRS in the PutBucket request.

PUT / HTTP/1.1
Host: cb-f8z7yvzgwfkl9q0h****.cn-shenzhen.oss-cloudbox-control.aliyuncs.com
Date: GMT Date
x-oss-acl: Permission
Authorization: SignatureValue
<?xml version="1.0" encoding="UTF-8"?>
<CreateBucketConfiguration>
    <StorageClass>Standard</StorageClass>
    <DataRedundancyType>ZRS</DataRedundancyType>
</CreateBucketConfiguration>

Solutions

Only LRS is supported by OSS deployed in CloudBox. When you create an OSS bucket in CloudBox, you must set the redundancy type of the bucket to LRS.

References