fix: bucket lifecycle again to remove Days parameter

This commit is contained in:
Harshavardhana 2021-01-17 01:50:56 -08:00
parent 8da0b7cf03
commit 98f76008c7

View File

@ -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"