Click or drag to resize

ObsClientGetBucketCors Method

Obtain the CORS rules of a bucket.

Namespace:  OBS
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public GetBucketCorsResponse GetBucketCors(
	GetBucketCorsRequest request
)

Parameters

request
Type: OBS.ModelGetBucketCorsRequest
Parameters in a request for obtaining the CORS rules of a bucket

Return Value

Type: GetBucketCorsResponse
Response to a request for obtaining the CORS rules of a bucket
See Also