mirror of
https://github.com/minio/minio.git
synced 2025-01-12 15:33:22 -05:00
fix: bucket lifecycle again to remove Days parameter
This commit is contained in:
parent
8da0b7cf03
commit
98f76008c7
@ -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…
Reference in New Issue
Block a user