Inherits from NSObject
Declared in OSSClient.h
OSSClient.m

Overview

@class

Properties

generateToken

需要用户实现的加签block,参数依次为http request method、md5、content type、date、xoss和resource

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

Discussion

@property

Declared In

OSSClient.h

globalDefaultBucketAcl

设置Access Control List

@property (nonatomic) AccessControlList globalDefaultBucketAcl

Discussion

@property

Declared In

OSSClient.h

globalDefaultBucketHostId

设置host id

@property (nonatomic, strong) NSString *globalDefaultBucketHostId

Discussion

@property

Declared In

OSSClient.h

myAgent

自定义user agent

@property (strong, nonatomic) NSString *myAgent

Discussion

@property

Declared In

OSSClient.h

queue

用来存放各种各种异步操作线程

@property (strong, nonatomic) NSOperationQueue *queue

Discussion

@property

Declared In

OSSClient.h

Class Methods

sharedInstanceManage

实现单例模式

+ (OSSClient *)sharedInstanceManage

Discussion

@method

Declared In

OSSClient.h