cors Rules
Parameters
value
Set of origins and methods (cross-origin access that you want to allow). See below. You can configure up to 100 rules.
Parameters
values
Set of origins and methods (cross-origin access that you want to allow). See below. You can configure up to 100 rules.
suspend fun corsRules(argument: List<suspend BucketCorsConfigurationV2CorsRuleArgsBuilder.() -> Unit>)
suspend fun corsRules(vararg argument: suspend BucketCorsConfigurationV2CorsRuleArgsBuilder.() -> Unit)
Parameters
argument
Set of origins and methods (cross-origin access that you want to allow). See below. You can configure up to 100 rules.