You need to enable JavaScript to run this app.
对象存储

对象存储

复制全文
07-LIFECYCLE
0007-00000506
复制全文
0007-00000506

问题描述

配置的生命周期规则中,NoncurrentVersionTransitions 配置的 NoncurrentDays 字段取值小于 0,要求其取值大于 0。

问题原因

配置的生命周期规则中,NoncurrentVersionTransitions 配置的 NoncurrentDays 字段取值小于 0,要求其取值大于 0。

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

解决方案

设置 NoncurrentDays 的值大于 0。

最近更新时间:2024.03.18 14:51:51
这个页面对您有帮助吗?
有用
有用
无用
无用