in alibabacloud-gateway-oss/python/alibabacloud_gateway_oss/client.py [0:0]
def __init__(self):
super().__init__()
self._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',
'reservedcapacity',
'requesterQosInfo',
'qosRequester',
'resourcePool',
'resourcePoolInfo',
'resourcePoolBuckets',
'processConfiguration',
'img',
'asyncFetch',
'virtualBucket',
'copy',
'userRegion',
'partSize',
'chunkSize',
'partUploadId',
'chunkNumber',
'userRegion',
'regionList',
'eventnotification',
'cacheConfiguration',
'dfs',
'dfsadmin',
'dfssecurity'
]
self._except_signed_params = [
'list-type',
'regions'
]