1 |
- {"ast":null,"code":"/**\n * Copyright 2019 Huawei Technologies Co.,Ltd.\n * Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use\n * this file except in compliance with the License. You may obtain a copy of the\n * License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed\n * under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\n * CONDITIONS OF ANY KIND, either express or implied. See the License for the\n * specific language governing permissions and limitations under the License.\n *\n */\n\nimport { BucketEncryptionRule } from \"./sharedModel\";\nexport const CreateBucket = {\n 'httpMethod': 'PUT',\n 'data': {\n 'xmlRoot': 'CreateBucketConfiguration'\n },\n 'parameters': {\n 'Bucket': {\n 'required': true,\n 'location': 'uri'\n },\n 'ACL': {\n 'location': 'header',\n 'sentAs': 'acl',\n 'withPrefix': true\n },\n 'StorageType': {\n 'location': 'header',\n 'sentAs': 'storage-class',\n 'withPrefix': true\n },\n 'ObjectLockEnabeld': {\n 'location': 'header',\n 'sentAs': 'bucket-object-lock-enabled',\n 'withPrefix': true\n },\n 'IESLocation': {\n 'location': 'header',\n 'sentAs': 'ies-location',\n 'withPrefix': true\n },\n 'FileInterface': {\n 'location': 'header',\n 'sentAs': 'fs-file-interface',\n 'withPrefix': true\n },\n 'Type': {\n 'location': 'header',\n 'sentAs': 'bucket-type',\n 'withPrefix': true\n },\n 'MultiAz': {\n 'location': 'header',\n 'sentAs': 'az-redundancy',\n 'withPrefix': true\n },\n 'Redundancy': {\n 'location': 'header',\n 'sentAs': 'bucket-redundancy',\n 'withPrefix': true\n },\n 'IsFusionAllowUpgrade': {\n 'location': 'header',\n 'sentAs': 'fusion-allow-upgrade',\n 'withPrefix': true\n },\n 'IsFusionAllowAlternative': {\n 'location': 'header',\n 'sentAs': 'fusion-allow-alternative',\n 'withPrefix': true\n },\n 'Cluster': {\n 'location': 'header',\n 'sentAs': 'location-clustergroup-id',\n 'withPrefix': true\n },\n 'GrantFullControl': {\n 'location': 'header',\n 'sentAs': 'grant-full-control',\n 'withPrefix': true\n },\n 'GrantFullControlDelivered': {\n 'location': 'header',\n 'sentAs': 'grant-full-control-delivered',\n 'withPrefix': true\n },\n 'GrantRead': {\n 'location': 'header',\n 'sentAs': 'grant-read',\n 'withPrefix': true\n },\n 'GrantReadDelivered': {\n 'location': 'header',\n 'sentAs': 'grant-read-delivered',\n 'withPrefix': true\n },\n 'GrantReadACP': {\n 'location': 'header',\n 'sentAs': 'grant-read-acp',\n 'withPrefix': true\n },\n 'GrantWrite': {\n 'location': 'header',\n 'sentAs': 'grant-write',\n 'withPrefix': true\n },\n 'GrantWriteACP': {\n 'location': 'header',\n 'sentAs': 'grant-write-acp',\n 'withPrefix': true\n },\n 'ClusterType': {\n 'location': 'header',\n 'sentAs': 'cluster-type',\n 'withPrefix': true\n },\n \"MultiEnterprise\": {\n \"location\": \"header\",\n 'sentAs': \"epid\",\n 'withPrefix': true\n },\n \"Location\": {\n \"location\": \"xml\",\n \"sentAs\": \"Location\"\n },\n ...BucketEncryptionRule\n }\n};\nexport const GetBucketMetadata = {\n 'httpMethod': 'HEAD',\n 'parameters': {\n 'Bucket': {\n 'required': true,\n 'location': 'uri'\n },\n 'Origin': {\n 'location': 'header',\n 'sentAs': 'Origin'\n },\n 'RequestHeader': {\n 'location': 'header',\n 'sentAs': 'Access-Control-Request-Headers'\n }\n }\n};\nexport const GetBucketMetadataOutput = {\n 'parameters': {\n 'StorageClass': {\n 'location': 'header',\n 'sentAs': 'storage-class',\n 'withPrefix': true\n },\n 'ObsVersion': {\n 'location': 'header',\n 'sentAs': 'version',\n 'withPrefix': true\n },\n 'Location': {\n 'location': 'header',\n 'sentAs': 'bucket-location',\n 'withPrefix': true\n },\n 'FileInterface': {\n 'location': 'header',\n 'sentAs': 'fs-file-interface',\n 'withPrefix': true\n },\n 'Type': {\n 'location': 'header',\n 'sentAs': 'bucket-type',\n 'withPrefix': true\n },\n 'MultiAz': {\n \"location\": 'header',\n 'sentAs': 'az-redundancy',\n 'withPrefix': true\n },\n 'Redundancy': {\n 'location': 'header',\n 'sentAs': 'bucket-redundancy',\n 'withPrefix': true\n },\n 'Cluster': {\n 'location': 'header',\n 'sentAs': 'location-clustergroup-id',\n 'withPrefix': true\n },\n 'MultiEnterprise': {\n 'location': 'header',\n 'sentAs': 'epid',\n 'withPrefix': true\n },\n 'ClusterType': {\n \"location\": 'header',\n 'sentAs': 'cluster-type',\n 'withPrefix': true\n },\n 'IESLocation': {\n 'location': 'header',\n 'sentAs': 'ies-location',\n 'withPrefix': true\n },\n 'AllowOrigin': {\n 'location': 'header',\n 'sentAs': 'access-control-allow-origin'\n },\n 'MaxAgeSeconds': {\n 'location': 'header',\n 'sentAs': 'access-control-max-age'\n },\n 'ExposeHeader': {\n 'location': 'header',\n 'sentAs': 'access-control-expose-headers'\n },\n 'AllowMethod': {\n 'location': 'header',\n 'sentAs': 'access-control-allow-methods'\n },\n 'AllowHeader': {\n 'location': 'header',\n 'sentAs': 'access-control-allow-headers'\n }\n }\n};\nexport const DeleteBucket = {\n 'httpMethod': 'DELETE',\n 'parameters': {\n 'Bucket': {\n 'required': true,\n 'location': 'uri'\n }\n }\n};\nexport const ListBuckets = {\n 'httpMethod': 'GET',\n \"parameters\": {\n \"Type\": {\n 'sentAs': \"x-obs-bucket-type\",\n \"location\": \"header\"\n },\n \"Location\": {\n \"sentAs\": \"location\",\n \"location\": \"header\",\n \"withPrefix\": true\n }\n }\n};\nexport const ListBucketsOutput = {\n 'data': {\n 'type': 'xml',\n 'xmlRoot': 'ListAllMyBucketsResult'\n },\n 'parameters': {\n Buckets: {\n location: \"xml\",\n sentAs: \"Bucket\",\n type: \"array\",\n wrapper: 'Buckets',\n items: {\n type: \"object\",\n location: \"xml\",\n sentAs: \"Bucket\",\n parameters: {\n Name: {\n sentAs: \"Name\"\n },\n CreationDate: {\n sentAs: \"CreationDate\"\n },\n Location: {\n sentAs: \"Location\"\n },\n ClusterType: {\n sentAs: \"ClusterType\"\n },\n IESLocation: {\n sentAs: \"IESLocation\"\n },\n BucketType: {\n sentAs: \"BucketType\"\n }\n }\n }\n },\n 'Owner': {\n 'type': 'object',\n 'location': 'xml',\n 'sentAs': 'Owner',\n 'parameters': {\n 'ID': {\n 'sentAs': 'ID'\n },\n 'DisplayName': {\n 'sentAs': 'DisplayName'\n }\n }\n }\n }\n};","map":{"version":3,"names":["BucketEncryptionRule","CreateBucket","GetBucketMetadata","GetBucketMetadataOutput","DeleteBucket","ListBuckets","ListBucketsOutput","Buckets","location","sentAs","type","wrapper","items","parameters","Name","CreationDate","Location","ClusterType","IESLocation","BucketType"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/esdk-obs-browserjs/src/obsBucketOperationModel.js"],"sourcesContent":["/**\n * Copyright 2019 Huawei Technologies Co.,Ltd.\n * Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use\n * this file except in compliance with the License. You may obtain a copy of the\n * License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software distributed\n * under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\n * CONDITIONS OF ANY KIND, either express or implied. See the License for the\n * specific language governing permissions and limitations under the License.\n *\n */\n\nimport {BucketEncryptionRule} from \"./sharedModel\";\nexport const CreateBucket = {\n 'httpMethod' : 'PUT',\n 'data' : {\n 'xmlRoot' : 'CreateBucketConfiguration'\n },\n 'parameters' : {\n 'Bucket' : {\n 'required' : true,\n 'location' : 'uri'\n },\n 'ACL' : {\n 'location' : 'header',\n 'sentAs' : 'acl',\n 'withPrefix': true\n },\n 'StorageType':{\n 'location' : 'header',\n 'sentAs' : 'storage-class',\n 'withPrefix': true\n },\n 'ObjectLockEnabeld': {\n 'location' : 'header',\n 'sentAs' : 'bucket-object-lock-enabled',\n 'withPrefix': true\n },\n 'IESLocation':{\n 'location' : 'header',\n 'sentAs' : 'ies-location',\n 'withPrefix': true\n },\n 'FileInterface':{\n 'location' : 'header',\n 'sentAs' : 'fs-file-interface',\n 'withPrefix': true\n },\n 'Type':{\n 'location' : 'header',\n 'sentAs': 'bucket-type',\n 'withPrefix': true\n },\n 'MultiAz':{\n 'location' : 'header',\n 'sentAs' : 'az-redundancy',\n 'withPrefix': true\n },\n 'Redundancy':{\n 'location' : 'header',\n 'sentAs' : 'bucket-redundancy',\n 'withPrefix': true\n },\n 'IsFusionAllowUpgrade':{\n 'location' : 'header',\n 'sentAs' : 'fusion-allow-upgrade',\n 'withPrefix': true\n },\n 'IsFusionAllowAlternative':{\n 'location' : 'header',\n 'sentAs' : 'fusion-allow-alternative',\n 'withPrefix': true\n },\n 'Cluster': {\n 'location' : 'header',\n 'sentAs' : 'location-clustergroup-id',\n 'withPrefix': true\n },\n 'GrantFullControl':{\n 'location' : 'header',\n 'sentAs' : 'grant-full-control',\n 'withPrefix': true\n },\n 'GrantFullControlDelivered':{\n 'location' : 'header',\n 'sentAs' : 'grant-full-control-delivered',\n 'withPrefix': true\n },\n 'GrantRead':{\n 'location' : 'header',\n 'sentAs' : 'grant-read',\n 'withPrefix': true\n },\n 'GrantReadDelivered':{\n 'location' : 'header',\n 'sentAs' : 'grant-read-delivered',\n 'withPrefix': true\n },\n 'GrantReadACP':{\n 'location' : 'header',\n 'sentAs' : 'grant-read-acp',\n 'withPrefix': true\n },\n 'GrantWrite':{\n 'location' : 'header',\n 'sentAs' : 'grant-write',\n 'withPrefix': true\n },\n 'GrantWriteACP':{\n 'location' : 'header',\n 'sentAs' : 'grant-write-acp',\n 'withPrefix': true\n },\n 'ClusterType': {\n 'location' : 'header',\n 'sentAs' : 'cluster-type',\n 'withPrefix': true\n },\n \"MultiEnterprise\": {\"location\": \"header\", 'sentAs': \"epid\", 'withPrefix': true},\n \"Location\": {\n \"location\": \"xml\",\n \"sentAs\": \"Location\"\n },\n ...BucketEncryptionRule\n }\n};\nexport const GetBucketMetadata = {\n 'httpMethod' : 'HEAD',\n 'parameters' : {\n 'Bucket' : {\n 'required' : true,\n 'location' : 'uri',\n },\n 'Origin' : {\n 'location' : 'header',\n 'sentAs' : 'Origin'\n },\n\n 'RequestHeader' : {\n 'location' : 'header',\n 'sentAs' : 'Access-Control-Request-Headers'\n }\n },\n};\nexport const GetBucketMetadataOutput = {\n 'parameters' : {\n 'StorageClass' : {\n 'location' : 'header',\n 'sentAs' : 'storage-class',\n 'withPrefix' : true\n },\n 'ObsVersion' : {\n 'location' : 'header',\n 'sentAs' : 'version',\n 'withPrefix' : true\n },\n 'Location' : {\n 'location' : 'header',\n 'sentAs' : 'bucket-location',\n 'withPrefix' : true\n },\n 'FileInterface': {\n 'location': 'header',\n 'sentAs': 'fs-file-interface',\n 'withPrefix' : true\n },\n 'Type':{\n 'location' : 'header',\n 'sentAs': 'bucket-type',\n 'withPrefix': true\n },\n 'MultiAz': {\n \"location\": 'header',\n 'sentAs': 'az-redundancy',\n 'withPrefix' : true\n },\n 'Redundancy':{\n 'location' : 'header',\n 'sentAs' : 'bucket-redundancy',\n 'withPrefix': true\n },\n 'Cluster': {\n 'location' : 'header',\n 'sentAs' : 'location-clustergroup-id',\n 'withPrefix': true\n },\n 'MultiEnterprise': {\n 'location': 'header',\n 'sentAs': 'epid',\n 'withPrefix' : true\n },\n 'ClusterType': {\n \"location\": 'header',\n 'sentAs': 'cluster-type',\n 'withPrefix' : true\n },\n 'IESLocation': {\n 'location': 'header',\n 'sentAs': 'ies-location',\n 'withPrefix': true\n },\n 'AllowOrigin' : {\n 'location' : 'header',\n 'sentAs' : 'access-control-allow-origin'\n },\n 'MaxAgeSeconds' : {\n 'location' : 'header',\n 'sentAs' : 'access-control-max-age'\n },\n 'ExposeHeader' : {\n 'location' : 'header',\n 'sentAs' : 'access-control-expose-headers'\n },\n 'AllowMethod' : {\n 'location' : 'header',\n 'sentAs' : 'access-control-allow-methods'\n },\n 'AllowHeader' : {\n 'location' : 'header',\n 'sentAs' : 'access-control-allow-headers'\n }\n }\n};\nexport const DeleteBucket = {\n 'httpMethod' : 'DELETE',\n 'parameters' : {\n 'Bucket' : {\n 'required' : true,\n 'location' : 'uri',\n },\n },\n};\nexport const ListBuckets = {\n 'httpMethod' : 'GET',\n \"parameters\": {\n \"Type\":{\n 'sentAs': \"x-obs-bucket-type\",\n \"location\":\"header\"\n },\n \"Location\": {\n \"sentAs\": \"location\",\n \"location\":\"header\",\n \"withPrefix\": true\n }\n }\n};\nexport const ListBucketsOutput = {\n 'data' : {\n 'type' : 'xml',\n 'xmlRoot' : 'ListAllMyBucketsResult'\n },\n 'parameters': {\n Buckets: {\n location: \"xml\",\n sentAs: \"Bucket\",\n type: \"array\",\n wrapper : 'Buckets',\n items: {\n type: \"object\",\n location: \"xml\",\n sentAs: \"Bucket\",\n parameters: {\n Name: {\n sentAs: \"Name\"\n },\n CreationDate: {\n sentAs: \"CreationDate\"\n },\n Location: {\n sentAs: \"Location\"\n },\n ClusterType: {\n sentAs: \"ClusterType\"\n },\n IESLocation: {\n sentAs: \"IESLocation\"\n },\n BucketType: {\n sentAs: \"BucketType\"\n }\n }\n }\n },\n 'Owner': {\n 'type' : 'object',\n 'location' : 'xml',\n 'sentAs' : 'Owner',\n 'parameters' : {\n 'ID' : {\n 'sentAs' : 'ID'\n },\n 'DisplayName' : {\n 'sentAs' : 'DisplayName'\n }\n }\n }\n }\n};"],"mappings":"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","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|