对象存储服务 OBS-设置托管配置(Node.js SDK):请求参数

时间:2024-10-12 08:36:03

请求参数

表1 请求参数列表

参数名称

参数类型

是否必选

描述

Bucket

string

必选

参数解释:

桶名。

约束限制:

  • 桶的名字需全局唯一,不能与已有的任何桶名称重复,包括其他用户创建的桶。
  • 桶命名规则如下:
    • 3~63个字符,数字或字母开头,支持小写字母、数字、“-”、“.”。
    • 禁止使用IP地址。
    • 禁止以“-”或“.”开头及结尾。
    • 禁止两个“.”相邻(如:“my..bucket”)。
    • 禁止“.”和“-”相邻(如:“my-.bucket”和“my.-bucket”)。
  • 同一用户在同一个区域多次创建同名桶不会报错,创建的桶属性以第一次请求为准。

取值范围:

长度为3~63个字符。

默认取值:

RedirectAllRequestsTo

RedirectAllRequestTo

可选

参数解释:

所有请求重定向规则。

约束限制:

取值范围:

详见RedirectAllRequestTo

默认取值:

IndexDocument

IndexDocument

可选

参数解释:

默认页面配置。

约束限制:

取值范围:

详见IndexDocument

默认取值:

ErrorDocument

ErrorDocument

可选

参数解释:

错误页面配置。

约束限制:

取值范围:

详见ErrorDocument

默认取值:

RoutingRules

RoutingRule[]

可选

参数解释:

请求重定向规则列表。

约束限制:

取值范围:

详见RoutingRule

默认取值:

  • ErrorDocument、IndexDocument和RoutingRules必须配套使用,且与RedirectAllRequestsTo互斥。当设置了这三个字段时,不能设置RedirectAllRequestsTo;反之,当设置了RedirectAllRequestsTo时,不能设置ErrorDocument、IndexDocument和RoutingRules。
  • 当ErrorDocument、IndexDocument和RoutingRules三个字段一起使用时,RoutingRules可为空。
  • ErrorDocument、IndexDocument、RoutingRules与RedirectAllRequestsTo不能全为空。
support.huaweicloud.com/sdk-nodejs-devg-obs/obs_29_1203.html