Click or drag to resize
OssClientCreateBucket Method
在OSS中创建一个新的Bucket。

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.5.1.0 (2.5.1)
Syntax
public Bucket CreateBucket(
	string bucketName
)

Parameters

bucketName
Type: SystemString
要创建的Bucket的名称。

Return Value

Type: Bucket
Bucket对象。

Implements

IOssCreateBucket(String)
See Also