From 0211544692558bdfeb6aa20702e3d48fe04f3a2a Mon Sep 17 00:00:00 2001 From: nkmr-jp Date: Tue, 7 Jun 2022 09:03:26 +0900 Subject: [PATCH] :bug: Fix lifecycle.json --- lifecycle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lifecycle.json b/lifecycle.json index ae7cc58..5855b42 100644 --- a/lifecycle.json +++ b/lifecycle.json @@ -14,11 +14,11 @@ { "action": { "type": "SetStorageClass", - "storageClass": "COLDLINE" + "storageClass": "ARCHIVE" }, "condition": { "age": 30, - "matchesStorageClass": ["ARCHIVE"] + "matchesStorageClass": ["COLDLINE"] } } ]