RestoreObject 请求中的 Tier 参数取值非法。
用户发起 RestoreObject 请求,但请求 Tier
参数取值非 Standard
、Expedited
、Bulk
。
您进行对象恢复时,请求 Tier
参数取值非法。
POST /objectname?restore&versionId=***
Host: examplebucket.tos.cn-beijing.com
Date: Mon, 18 Mar 2019 08:25:17 GMT
Authorization: SignatureValue
{
"RestoreRequest": {
"Days": 10
},
"GlacierJobParameters": {
"Tier": "ABC"
}
}
确保 Tier
参数取值合法。