0015-00000225
Updated at:
Problem description
CloudBox does not support the specified storage class.
Cause
You sent a PutBucket request that specifies a storage class unsupported by the CloudBox environment.
Sample problems
The following is an example request:
PUT / HTTP/1.1
Host: BucketName.oss-cn-somewhere.aliyuncs.com
Date: GMT Date
x-oss-acl: Permission
Authorization: SignatureValue
<?xml version="1.0" encoding="UTF-8"?>
<CreateBucketConfiguration>
<StorageClass>ColdArchive</StorageClass>
</CreateBucketConfiguration>CloudBox does not support the ColdArchive storage class. If you specify this storage class, this fault occurs.
Solution
OSS on CloudBox supports only the Standard storage class.
References
Is this page helpful?