Bucket Website Configuration V2Routing Rule Condition
data class BucketWebsiteConfigurationV2RoutingRuleCondition(val httpErrorCodeReturnedEquals: String? = null, val keyPrefixEquals: String? = null)
Properties
Link copied to clipboard
HTTP error code when the redirect is applied. If specified with key_prefix_equals
, then both must be true for the redirect to be applied.
Link copied to clipboard
Object key name prefix when the redirect is applied. If specified with http_error_code_returned_equals
, then both must be true for the redirect to be applied.