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

0007-00000105

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

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

问题描述

生命周期规则中 Expiration 字段的 Date 参数取值非 UTC 零点。

问题原因

生命周期规则中 Expiration 字段的 Date 参数取值非 UTC 零点。

问题示例
{
    "Rules": [{
      "ID": "id",
      "Prefix": "prefix",
      "Status": "Enabled",
      "Expiration": { 
          "Date": "2024-02-27T08:08:08.000Z",
      }
    }]
}

解决方案

设置 Date 的值为 UTC 零点。