LifecycleRulePost

Properties

Name Type Description Notes
bucket Reference The bucket name for lifecycle rule creation.
rule_id str Identifier for the rule that is unique to the bucket that it applies to. Can have a maximum length of 255 characters. If not specified, an id unique to the bucket will be generated in the format `fbRuleId<number>` where number increments, starting at 1. [optional]
keep_previous_version_for int Time after which previous versions will be marked expired. Measured in milliseconds. Must be a multiple of 86400000 to represent a whole number of days.
prefix str Object key prefix identifying one or more objects in the bucket. Can have a maximum length of 1024 characters. [optional]

[Back to Model list] [Back to API list] [Back to Overview]