fix: bucket lifecycle again to remove Days parameter

master
Harshavardhana 4 years ago
parent 8da0b7cf03
commit 98f76008c7
  1. 3
      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": [ "Rules": [
{ {
"ID": "Removing all old versions", "ID": "Removing all delete markers",
"Expiration": { "Expiration": {
"Days": 1,
"DeleteMarker": true "DeleteMarker": true
}, },
"Status": "Enabled" "Status": "Enabled"

Loading…
Cancel
Save