headers

@JvmName(name = "jmntnvcnikrmbuce")
suspend fun headers(value: Output<List<String>>)
@JvmName(name = "vmsnqplldryqdnka")
suspend fun headers(value: List<String>?)

Parameters

value

Specifies the value for the Access-Control-Allow-Headers header R2 sets when requesting objects in this bucket from a browser. Cross-origin requests that include custom headers (e.g. x-user-id) should specify these headers as AllowedHeaders.


@JvmName(name = "osdoivaluydvruoi")
suspend fun headers(vararg values: Output<String>)


@JvmName(name = "ungynheanbxccuoa")
suspend fun headers(values: List<Output<String>>)
@JvmName(name = "dqhhtgnidhdtkvtj")
suspend fun headers(vararg values: String)

Parameters

values

Specifies the value for the Access-Control-Allow-Headers header R2 sets when requesting objects in this bucket from a browser. Cross-origin requests that include custom headers (e.g. x-user-id) should specify these headers as AllowedHeaders.