From 98f76008c79eb4df67ffa616717dab13639130fd Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Sun, 17 Jan 2021 01:50:56 -0800 Subject: [PATCH] fix: bucket lifecycle again to remove Days parameter --- docs/bucket/lifecycle/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/bucket/lifecycle/README.md b/docs/bucket/lifecycle/README.md index 9cdebcf24..8821602cf 100644 --- a/docs/bucket/lifecycle/README.md +++ b/docs/bucket/lifecycle/README.md @@ -89,9 +89,8 @@ When an object has only one version as a delete marker, the latter can be automa { "Rules": [ { - "ID": "Removing all old versions", + "ID": "Removing all delete markers", "Expiration": { - "Days": 1, "DeleteMarker": true }, "Status": "Enabled"