OBS BrowserJS SDK-获取桶的Website配置:返回结果(InterfaceResult)
返回结果(InterfaceResult)
字段名 |
类型 |
说明 |
||
---|---|---|---|---|
RequestId |
String |
OBS服务端返回的请求ID。 |
||
RedirectAllRequestsTo |
Object |
所有请求重定向的规则。 |
||
HostName |
String |
重定向时使用的站点名。 |
||
Protocol |
String |
重定向时使用的协议。 |
||
ErrorDocument |
Object |
错误页面配置。 |
||
Key |
String |
指定当4XX错误出现时返回的页面。 |
||
IndexDocument |
Object |
默认页面配置。 |
||
Suffix |
String |
该字段被追加在对文件夹的请求的末尾(例如:配置的是“index.html”,请求的是“samplebucket/images/”,返回的数据将是“samplebucket”桶内名为“images/index.html”的对象的内容)。该字段不能为空或者包含“/”字符。 |
||
RoutingRules |
Array |
重定向规则列表。 |
||
Condition |
Object |
重定向规则的匹配条件。 |
||
HttpErrorCodeReturnedEquals |
String |
重定向规则生效需要匹配的HTTP错误码。 |
||
KeyPrefixEquals |
String |
重定向规则生效需要匹配的对象名前缀。 |
||
Redirect |
Object |
重定向请求时的具体信息。 |
||
Protocol |
String |
重定向请求时使用的协议。 |
||
HostName |
String |
重定向请求时使用的站点名。 |
||
ReplaceKeyPrefixWith |
String |
重定向请求时使用的对象名前缀。 |
||
ReplaceKeyWith |
String |
重定向请求时使用的对象名。不可与ReplaceKeyPrefixWith同时存在。 |
||
HttpRedirectCode |
String |
重定向请求时响应中的HTTP状态码。 |