All Products
Search
Document Center

Object Storage Service:0013-00000105

Last Updated:Nov 18, 2024

Problem description

The Cold Archive storage class is not supported.

Causes

This error may be caused by the following reasons:

  • The API operation, such as AppendObject, does not support the Cold Archive storage class.

  • The Alibaba Cloud account that you use to call the API operation or the region in which the bucket resides does not support the Cold Archive storage class.

Examples

For example, you initiate the PutObject request. The x-oss-storage-class request header specifies the storage class of an object as Cold Archive, but the region(specified by using RegionId) where the bucket(oss-example) resides does not support Cold Archive.

PUT /dest-object-example HTTP/1.1
Host: oss-example.{RegionId}.aliyuncs.com
Date: Tue, 09 Apr 2019 03:45:32 GMT
Authorization: OSS qn6q**************:77Dv****************
x-oss-copy-source: /bucket-copy/source-object
x-oss-storage-class: ColdArchive

Solutions

Make sure that the region where the requested bucket resides support Cold Archive. The following regions support Cold Archive:

China (Hangzhou), China (Shanghai), China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Ulanqab), China (Shenzhen), China (Heyuan), China (Guangzhou), China (Chengdu), China (Hong Kong), US (Silicon Valley), US (Virginia), Japan (Tokyo), Singapore (Singapore), Malaysia (Kuala Lumpur), Indonesia (Jakarta), Philippines (Manila), Germany (Frankfurt), UK (London), and UAE (Dubai).

If the region where the requested bucket resides does not support Cold Archive, we recommend that you try the storage classes listed below:

  • Standard

  • IA: Infrequent Access (IA)

  • Archive

References

Overview