You need to enable JavaScript to run this app.
导航

0017-00000503

最近更新时间2024.01.05 16:32:23

首次发布时间2024.01.05 16:32:23

问题描述

RestoreObject 请求中的 Tier 参数取值非法。

问题原因

用户发起 RestoreObject 请求,但请求 Tier 参数取值非 StandardExpeditedBulk

问题示例

您进行对象恢复时,请求 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 参数取值合法。