Skip to content

Commit

Permalink
Document DeleteMarker expiry in ilm policy
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelruigrok committed Jan 17, 2024
1 parent e05236e commit 4bfd75c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minio/resource_minio_ilm_policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func resourceMinioILMPolicy() *schema.Resource {
"expiration": {
Type: schema.TypeString,
Optional: true,
Description: "Value may be duration (5d), date (1970-01-01), or \"DeleteMarker\" to expire delete markers if `noncurrent_version_expiration_days` is used",
ValidateDiagFunc: validateILMExpiration,
},
"noncurrent_version_expiration_days": {
Expand Down

0 comments on commit 4bfd75c

Please sign in to comment.