QCloudCOSXMLEndPoint Class Reference

Inherits from QCloudEndPoint : NSObject
Declared in QCloudCOSXMLEndPoint.h
QCloudCOSXMLEndPoint.m

Overview

QCloudServiceConfiguration 类的 endpoint 参数

Other Methods

  regionName

服务地域名称,可用的服务地域名称请查看官网https://www.qcloud.com/document/product/436/6224 中提供的地域,这里填入官网里提供的地域简称,例如ap-beijing等。

@property (nonatomic, copy) QCloudRegion regionName

Declared In

QCloudCOSXMLEndPoint.h

  serviceName

服务的基础名称, 默认值为: myqcloud.com

@property (nonatomic, copy) QCloudServiceName serviceName

Declared In

QCloudCOSXMLEndPoint.h

  suffix

自定义域名:http://bucketname.suffix 未指定该参数,该存储桶host为 http://bucketname. 指定该参数为testsuffix,该存储桶host为 http://bucketname.testsuffix.

@property (nonatomic, copy) NSString *suffix

Declared In

QCloudCOSXMLEndPoint.h

Other Methods

– serverURLWithBucket:appID:regionName:

通过存储桶名称和用户的appid构建服务地址

- (NSURL *)serverURLWithBucket:(NSString *)bucket appID:(NSString *)appID regionName:(NSString *)regionName

Parameters

bucket

存储桶名称

appID

appid

Return Value

对指称的用户的存储桶提供服务的服务器地址

Declared In

QCloudEndPoint.h