Inherits from OSSRequest : NSObject
Declared in OSSModel.h
OSSModel.m

Overview

创建Bucket的请求

Tasks

Properties

bucketName

要创建的Bucket的名称

@property (nonatomic, strong) NSString *bucketName

Discussion

要创建的Bucket的名称

Declared In

OSSModel.h

location

指定Bucket所在的数据中心。 关于数据中心和终端域名的更多内容,参见访问域名和数据中心https://docs.aliyun.com/#/pub/oss/product-documentation/domain-region

@property (nonatomic, strong) NSString *location

Discussion

指定Bucket所在的数据中心。 关于数据中心和终端域名的更多内容,参见访问域名和数据中心https://docs.aliyun.com/#/pub/oss/product-documentation/domain-region

Declared In

OSSModel.h

xOssACL

设置Bucket 访问权限。目前Bucket有三种访问权限:public-read-write,public-read和private。

@property (nonatomic, strong) NSString *xOssACL

Discussion

设置Bucket 访问权限。目前Bucket有三种访问权限:public-read-write,public-read和private。

Declared In

OSSModel.h