public Client()

in alibabacloud-gateway-oss/java/src/main/java/com/aliyun/gateway/oss/Client.java [10:131]


    public Client() throws Exception {
        super();
        this._default_signed_params = java.util.Arrays.asList(
            "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",
            "reservedcapacity",
            "requesterQosInfo",
            "qosRequester",
            "resourcePool",
            "resourcePoolInfo",
            "resourcePoolBuckets",
            "processConfiguration",
            "img",
            "asyncFetch",
            "virtualBucket",
            "copy",
            "userRegion",
            "partSize",
            "chunkSize",
            "partUploadId",
            "chunkNumber",
            "userRegion",
            "regionList",
            "eventnotification",
            "cacheConfiguration",
            "dfs",
            "dfsadmin",
            "dfssecurity"
        );
        this._except_signed_params = java.util.Arrays.asList(
            "list-type",
            "regions"
        );
    }