Inherits from NSObject
Declared in OSSBucket.h
OSSBucket.m

Properties

acl

设置Access Control List

@property (nonatomic) AccessControlList acl

Discussion

@property

Declared In

OSSBucket.h

bucketName

设置和访问bucket name

@property (nonatomic, strong) NSString *bucketName

Discussion

@property

Declared In

OSSBucket.h

cdnAccelerateHostId

设置cdn域名

@property (nonatomic, strong) NSString *cdnAccelerateHostId

Discussion

@property

Declared In

OSSBucket.h

generateToken

设置加签方法

@property (nonatomic, strong) NSString *^ ) ( NSString *, NSString *, NSString *, NSString *, NSString *, NSString *) generateToken

Discussion

@property

Declared In

OSSBucket.h

ossHostId

设置host id

@property (nonatomic, strong) NSString *ossHostId

Discussion

@property

Declared In

OSSBucket.h

Instance Methods

initWithBucket:

初始化方法

- (instancetype)initWithBucket:(NSString *)bucketName

Discussion

@method

Declared In

OSSBucket.h