in alibabacloud-gateway-oss/ts/src/client.ts [22:120]
constructor() {
super();
this._default_signed_params = [
"response-content-type",
"response-content-language",
"response-cache-control",
"logging",
"response-content-encoding",
"acl",
"uploadId",
"uploads",
"partNumber",
"group",
"link",
"delete",
"website",
"location",
"objectInfo",
"objectMeta",
"response-expires",
"response-content-disposition",
"cors",
"lifecycle",
"restore",
"qos",
"referer",
"stat",
"bucketInfo",
"append",
"position",
"security-token",
"live",
"comp",
"status",
"vod",
"startTime",
"endTime",
"x-oss-process",
"symlink",
"callback",
"callback-var",
"tagging",
"encryption",
"versions",
"versioning",
"versionId",
"policy",
"requestPayment",
"x-oss-traffic-limit",
"qosInfo",
"asyncFetch",
"x-oss-request-payer",
"sequential",
"inventory",
"inventoryId",
"continuation-token",
"callback",
"callback-var",
"worm",
"wormId",
"wormExtend",
"replication",
"replicationLocation",
"replicationProgress",
"transferAcceleration",
"cname",
"metaQuery",
"x-oss-ac-source-ip",
"x-oss-ac-subnet-mask",
"x-oss-ac-vpc-id",
"x-oss-ac-forward-allow",
"resourceGroup",
"style",
"styleName",
"x-oss-async-process",
"rtc",
"accessPoint",
"accessPointPolicy",
"httpsConfig",
"regionsV2",
"publicAccessBlock",
"policyStatus",
"redundancyTransition",
"redundancyType",
"redundancyProgress",
"dataAccelerator",
"verbose",
"accessPointForObjectProcess",
"accessPointConfigForObjectProcess",
"accessPointPolicyForObjectProcess",
"bucketArchiveDirectRead",
"responseHeader",
"userDefinedLogFieldsConfig"
];
this._except_signed_params = [
"list-type",
"regions"
];
}