BucketV2ReplicationConfigurationRuleFilter

data class BucketV2ReplicationConfigurationRuleFilter(val prefix: String? = null, val tags: Map<String, String>? = null)

Constructors

constructor(prefix: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val prefix: String? = null

Object keyname prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length.

Link copied to clipboard
val tags: Map<String, String>? = null

A map of tags that identifies subset of objects to which the rule applies. The rule applies only to objects having all the tags in its tagset.