Bucket Website Routing Rules Routing Rule Redirect Mirror Headers
data class BucketWebsiteRoutingRulesRoutingRuleRedirectMirrorHeaders(val passAll: Boolean? = null, val passes: List<String>? = null, val removes: List<String>? = null, val sets: List<BucketWebsiteRoutingRulesRoutingRuleRedirectMirrorHeadersSet>? = null)
Properties
Link copied to clipboard
Indicates whether other headers except the following headers are transmitted to the source site. It takes effect only when the RedirectType is set to Mirror. content-length, authorization2, authorization, range, date, and other headers Headers whose names start with oss-/x-oss-/x-drs-
Link copied to clipboard
Set a Header to send to the source site. Regardless of whether the request contains the specified Header, these headers will be set when returning to the source site. It takes effect only when the RedirectType is set to Mirror. See set
below.