Skip to main content

LifecycleRuleFilter

Optional scope for a lifecycle rule. When unset, the rule applies to every object in the bucket.

prefixstring

Only apply this rule to objects whose keys start with the given prefix. For example, logs/ scopes the rule to objects under that prefix.

LifecycleRuleFilter
{
"prefix": "string"
}