在OSS中创建一个新的Bucket。
Namespace: Aliyun.OSSAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.2.0.0 (2.2.0)
SyntaxBucket CreateBucket(
string bucketName
)
Parameters
- bucketName
- Type: SystemString
要创建的Bucket的名称。
Return Value
Type:
BucketBucket对象。
See Also