Skip to content

Commit

Permalink
🐛 Fix lifecycle.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nkmr-jp committed Jun 7, 2022
1 parent 567d7ba commit 0211544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lifecycle.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
{
"action": {
"type": "SetStorageClass",
"storageClass": "COLDLINE"
"storageClass": "ARCHIVE"
},
"condition": {
"age": 30,
"matchesStorageClass": ["ARCHIVE"]
"matchesStorageClass": ["COLDLINE"]
}
}
]
Expand Down

0 comments on commit 0211544

Please sign in to comment.