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

0007-00000405

最近更新时间2024.03.18 14:51:50

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

问题描述

配置的生命周期规则中,Transitions 字段缺少 DaysDate 参数。

问题原因

配置的生命周期规则中,Transitions 字段缺少 DaysDate 参数。

问题示例
{
    "Rules": [{
      "ID": "id",
      "Prefix": "prefix",
      "Status": "Enabled",
      "Transition": [{
          "StorageClass": "IA",
      }]
    }]
}

解决方案

DaysDate 需有且仅有一个。