OssClientDeleteBucketCors Method |
Deletes the CORS rules on the
Bucket
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public void DeleteBucketCors(
string bucketName
)
Public Sub DeleteBucketCors (
bucketName As String
)
public:
virtual void DeleteBucketCors(
String^ bucketName
) sealed
abstract DeleteBucketCors :
bucketName : string -> unit
override DeleteBucketCors :
bucketName : string -> unit
Parameters
- bucketName
- Type: SystemString
Bucket name
Implements
IOssDeleteBucketCors(String)See Also