Problem description
Object Storage Service (OSS) deployed in CloudBox does not support the storage class specified in the PutBucket request.
Causes
You initiated a PutBucket request, but the specified storage class is not supported by OSS deployed in CloudBox.
Examples
The ColdArchive storage class is not supported by OSS deployed in CloudBox.
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>ColdArchive</StorageClass>
</CreateBucketConfiguration>Solutions
Only the Standard storage class is supported by OSS deployed in CloudBox. When you create an OSS bucket in CloudBox, set the storage class of the bucket to Standard.
References
该文章对您有帮助吗?