1 |
- {"ast":null,"code":"const owner = {\n 'type': 'object',\n 'location': 'xml',\n 'sentAs': 'Owner',\n 'parameters': {\n 'ID': {\n 'sentAs': 'ID'\n },\n 'Name': {\n 'sentAs': 'DisplayName'\n }\n }\n};\nconst commonPrefixes = {\n 'type': 'array',\n 'location': 'xml',\n 'sentAs': 'CommonPrefixes',\n 'items': {\n 'type': 'object',\n 'parameters': {\n 'Prefix': {\n 'decode': true,\n 'sentAs': 'Prefix'\n },\n 'MTime': {\n 'sentAs': 'MTime'\n },\n 'InodeNo': {\n 'sentAs': 'InodeNo'\n }\n }\n }\n};\nexport const ListObjects = {\n 'httpMethod': 'GET',\n 'parameters': {\n 'Bucket': {\n 'required': true,\n 'location': 'uri'\n },\n 'Prefix': {\n 'location': 'urlPath',\n 'sentAs': 'prefix'\n },\n 'Marker': {\n 'location': 'urlPath',\n 'sentAs': 'marker'\n },\n 'MaxKeys': {\n 'type': 'number',\n 'location': 'urlPath',\n 'sentAs': 'max-keys'\n },\n 'Delimiter': {\n 'location': 'urlPath',\n 'sentAs': 'delimiter'\n },\n 'EncodingType': {\n 'location': 'urlPath',\n 'sentAs': 'encoding-type'\n }\n }\n};\nexport const ListObjectsOutput = {\n 'data': {\n 'type': 'xml',\n 'xmlRoot': 'ListBucketResult'\n },\n 'parameters': {\n 'Location': {\n 'location': 'header',\n 'sentAs': 'bucket-region',\n 'withPrefix': true\n },\n 'Bucket': {\n 'location': 'xml',\n 'sentAs': 'Name'\n },\n 'Delimiter': {\n 'decode': true,\n 'location': 'xml',\n 'sentAs': 'Delimiter'\n },\n 'IsTruncated': {\n 'location': 'xml',\n 'sentAs': 'IsTruncated'\n },\n 'Prefix': {\n 'decode': true,\n 'location': 'xml',\n 'sentAs': 'Prefix'\n },\n 'Marker': {\n 'decode': true,\n 'location': 'xml',\n 'sentAs': 'Marker'\n },\n 'NextMarker': {\n 'decode': true,\n 'location': 'xml',\n 'sentAs': 'NextMarker'\n },\n 'MaxKeys': {\n 'location': 'xml',\n 'sentAs': 'MaxKeys'\n },\n 'EncodingType': {\n 'location': 'xml',\n 'sentAs': 'EncodingType'\n },\n 'Contents': {\n 'type': 'array',\n 'location': 'xml',\n 'sentAs': 'Contents',\n 'items': {\n 'type': 'object',\n 'parameters': {\n 'Key': {\n 'decode': true,\n 'sentAs': 'Key'\n },\n 'LastModified': {\n 'sentAs': 'LastModified'\n },\n 'ETag': {\n 'sentAs': 'ETag'\n },\n 'Size': {\n 'sentAs': 'Size'\n },\n 'Type': {\n 'sentAs': 'Type'\n },\n 'StorageClass': {\n 'sentAs': 'StorageClass'\n },\n 'Owner': owner\n }\n }\n },\n 'CommonPrefixes': commonPrefixes\n }\n};\nexport const ListVersions = {\n 'httpMethod': 'GET',\n 'urlPath': 'versions',\n 'parameters': {\n 'Bucket': {\n 'required': true,\n 'location': 'uri'\n },\n 'Prefix': {\n 'location': 'urlPath',\n 'sentAs': 'prefix'\n },\n 'KeyMarker': {\n 'location': 'urlPath',\n 'sentAs': 'key-marker'\n },\n 'MaxKeys': {\n 'type': 'number',\n 'location': 'urlPath',\n 'sentAs': 'max-keys'\n },\n 'Delimiter': {\n 'location': 'urlPath',\n 'sentAs': 'delimiter'\n },\n 'VersionIdMarker': {\n 'location': 'urlPath',\n 'sentAs': 'version-id-marker'\n },\n 'EncodingType': {\n 'location': 'urlPath',\n 'sentAs': 'encoding-type'\n }\n }\n};\nexport const ListVersionsOutput = {\n 'data': {\n 'type': 'xml',\n 'xmlRoot': 'ListVersionsResult'\n },\n 'parameters': {\n 'EncodingType': {\n 'location': 'xml',\n 'sentAs': 'EncodingType'\n },\n 'Location': {\n 'location': 'header',\n 'sentAs': 'bucket-region',\n 'withPrefix': true\n },\n 'Bucket': {\n 'location': 'xml',\n 'sentAs': 'Name'\n },\n 'Prefix': {\n 'decode': true,\n 'location': 'xml',\n 'sentAs': 'Prefix'\n },\n 'Delimiter': {\n 'decode': true,\n 'location': 'xml',\n 'sentAs': 'Delimiter'\n },\n 'KeyMarker': {\n 'decode': true,\n 'location': 'xml',\n 'sentAs': 'KeyMarker'\n },\n 'VersionIdMarker': {\n 'location': 'xml',\n 'sentAs': 'VersionIdMarker'\n },\n 'NextKeyMarker': {\n 'decode': true,\n 'location': 'xml',\n 'sentAs': 'NextKeyMarker'\n },\n 'NextVersionIdMarker': {\n 'location': 'xml',\n 'sentAs': 'NextVersionIdMarker'\n },\n 'MaxKeys': {\n 'location': 'xml',\n 'sentAs': 'MaxKeys'\n },\n 'IsTruncated': {\n 'location': 'xml',\n 'sentAs': 'IsTruncated'\n },\n 'Versions': {\n 'type': 'array',\n 'location': 'xml',\n 'sentAs': 'Version',\n 'items': {\n 'type': 'object',\n 'parameters': {\n 'Key': {\n 'decode': true,\n 'sentAs': 'Key'\n },\n 'VersionId': {\n 'sentAs': 'VersionId'\n },\n 'IsLatest': {\n 'sentAs': 'IsLatest'\n },\n 'LastModified': {\n 'sentAs': 'LastModified'\n },\n 'ETag': {\n 'sentAs': 'ETag'\n },\n 'Size': {\n 'sentAs': 'Size'\n },\n 'Type': {\n 'sentAs': 'Type'\n },\n 'Owner': owner,\n 'StorageClass': {\n 'sentAs': 'StorageClass'\n }\n }\n }\n },\n 'DeleteMarkers': {\n 'type': 'array',\n 'location': 'xml',\n 'sentAs': 'DeleteMarker',\n 'items': {\n 'type': 'object',\n 'parameters': {\n 'Key': {\n 'decode': true,\n 'sentAs': 'Key'\n },\n 'VersionId': {\n 'sentAs': 'VersionId'\n },\n 'IsLatest': {\n 'sentAs': 'IsLatest'\n },\n 'LastModified': {\n 'sentAs': 'LastModified'\n },\n 'Owner': owner\n }\n }\n },\n 'CommonPrefixes': commonPrefixes\n }\n};","map":{"version":3,"names":["owner","commonPrefixes","ListObjects","ListObjectsOutput","ListVersions","ListVersionsOutput"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/esdk-obs-browserjs/src/v2ObjectOperationModel.js"],"sourcesContent":["const owner = {\n 'type' : 'object',\n 'location' : 'xml',\n 'sentAs' : 'Owner',\n 'parameters' : {\n 'ID' : {\n 'sentAs' : 'ID',\n },\n 'Name' : {\n 'sentAs' : 'DisplayName',\n }\n }\n};\nconst commonPrefixes = {\n 'type' : 'array',\n 'location' : 'xml',\n 'sentAs' : 'CommonPrefixes',\n 'items' : {\n 'type' : 'object',\n 'parameters' : {\n 'Prefix' : {\n 'decode' : true,\n 'sentAs' : 'Prefix',\n },\n 'MTime': {\n 'sentAs': 'MTime',\n },\n 'InodeNo': {\n 'sentAs': 'InodeNo',\n }\n }\n }\n};\nexport const ListObjects = {\n 'httpMethod' : 'GET',\n 'parameters' : {\n 'Bucket' : {\n 'required' : true,\n 'location' : 'uri',\n },\n 'Prefix' : {\n 'location' : 'urlPath',\n 'sentAs' : 'prefix',\n },\n 'Marker' : {\n 'location' : 'urlPath',\n 'sentAs' : 'marker',\n },\n 'MaxKeys' : {\n 'type' : 'number',\n 'location' : 'urlPath',\n 'sentAs' : 'max-keys',\n },\n 'Delimiter' : {\n 'location' : 'urlPath',\n 'sentAs' : 'delimiter',\n },\n 'EncodingType' : {\n 'location' : 'urlPath',\n 'sentAs' : 'encoding-type'\n },\n },\n};\nexport const ListObjectsOutput = {\n 'data' : {\n 'type' : 'xml',\n 'xmlRoot' : 'ListBucketResult',\n },\n 'parameters' : {\n 'Location' : {\n 'location' : 'header',\n 'sentAs' : 'bucket-region',\n 'withPrefix' : true\n },\n 'Bucket' : {\n 'location' : 'xml',\n 'sentAs' : 'Name',\n },\n 'Delimiter' : {\n 'decode' : true,\n 'location' : 'xml',\n 'sentAs' : 'Delimiter',\n },\n 'IsTruncated' : {\n 'location' : 'xml',\n 'sentAs' : 'IsTruncated',\n },\n 'Prefix' : {\n 'decode' : true,\n 'location' : 'xml',\n 'sentAs' : 'Prefix',\n },\n 'Marker' : {\n 'decode' : true,\n 'location' : 'xml',\n 'sentAs' : 'Marker',\n },\n 'NextMarker' : {\n 'decode' : true,\n 'location' : 'xml',\n 'sentAs' : 'NextMarker',\n },\n 'MaxKeys' : {\n 'location' : 'xml',\n 'sentAs' : 'MaxKeys',\n },\n 'EncodingType' : {\n 'location' : 'xml',\n 'sentAs' : 'EncodingType',\n },\n 'Contents' : {\n 'type' : 'array',\n 'location' : 'xml',\n 'sentAs' : 'Contents',\n 'items' : {\n 'type' : 'object',\n 'parameters' : {\n 'Key' : {\n 'decode' : true,\n 'sentAs' : 'Key',\n },\n 'LastModified' : {\n 'sentAs' : 'LastModified',\n },\n 'ETag' : {\n 'sentAs' : 'ETag',\n },\n 'Size' : {\n 'sentAs' : 'Size',\n },\n 'Type' :{\n 'sentAs' : 'Type'\n },\n 'StorageClass' : {\n 'sentAs' : 'StorageClass',\n },\n 'Owner' : owner\n },\n },\n\n },\n 'CommonPrefixes' : commonPrefixes\n },\n};\nexport const ListVersions = {\n 'httpMethod' : 'GET',\n 'urlPath' : 'versions',\n 'parameters' : {\n 'Bucket' : {\n 'required' : true,\n 'location' : 'uri',\n },\n 'Prefix' : {\n 'location' : 'urlPath',\n 'sentAs' : 'prefix',\n },\n 'KeyMarker' : {\n 'location' : 'urlPath',\n 'sentAs' : 'key-marker',\n },\n 'MaxKeys' : {\n 'type' : 'number',\n 'location' : 'urlPath',\n 'sentAs' : 'max-keys',\n },\n 'Delimiter' : {\n 'location' : 'urlPath',\n 'sentAs' : 'delimiter',\n },\n 'VersionIdMarker' : {\n 'location' : 'urlPath',\n 'sentAs' : 'version-id-marker',\n },\n 'EncodingType' : {\n 'location' : 'urlPath',\n 'sentAs' : 'encoding-type',\n },\n },\n};\nexport const ListVersionsOutput = {\n 'data' : {\n 'type' : 'xml',\n 'xmlRoot' : 'ListVersionsResult',\n },\n 'parameters' : {\n 'EncodingType' : {\n 'location' : 'xml',\n 'sentAs' : 'EncodingType',\n },\n 'Location' : {\n 'location' : 'header',\n 'sentAs' : 'bucket-region',\n 'withPrefix' : true\n },\n 'Bucket' : {\n 'location' : 'xml',\n 'sentAs' : 'Name',\n },\n 'Prefix' : {\n 'decode' : true,\n 'location' : 'xml',\n 'sentAs' : 'Prefix',\n },\n 'Delimiter' : {\n 'decode' : true,\n 'location' : 'xml',\n 'sentAs' : 'Delimiter',\n },\n 'KeyMarker' : {\n 'decode' : true,\n 'location' : 'xml',\n 'sentAs' : 'KeyMarker',\n },\n 'VersionIdMarker' : {\n 'location' : 'xml',\n 'sentAs' : 'VersionIdMarker',\n },\n 'NextKeyMarker' : {\n 'decode' : true,\n 'location' : 'xml',\n 'sentAs' : 'NextKeyMarker',\n },\n 'NextVersionIdMarker' : {\n 'location' : 'xml',\n 'sentAs' : 'NextVersionIdMarker',\n },\n 'MaxKeys' : {\n 'location' : 'xml',\n 'sentAs' : 'MaxKeys',\n },\n 'IsTruncated' : {\n 'location' : 'xml',\n 'sentAs' : 'IsTruncated',\n },\n 'Versions' : {\n 'type' : 'array',\n 'location' : 'xml',\n 'sentAs' : 'Version',\n 'items' : {\n 'type' : 'object',\n 'parameters' : {\n 'Key' : {\n 'decode' : true,\n 'sentAs' : 'Key',\n },\n 'VersionId' : {\n 'sentAs' : 'VersionId',\n },\n 'IsLatest' : {\n 'sentAs' : 'IsLatest',\n },\n 'LastModified' : {\n 'sentAs' : 'LastModified',\n },\n 'ETag' : {\n 'sentAs' : 'ETag',\n },\n 'Size' : {\n 'sentAs' : 'Size',\n },\n 'Type' :{\n 'sentAs' : 'Type'\n },\n 'Owner' : owner,\n 'StorageClass' : {\n 'sentAs' : 'StorageClass',\n }\n }\n },\n },\n 'DeleteMarkers' : {\n 'type' : 'array',\n 'location' : 'xml',\n 'sentAs' : 'DeleteMarker',\n 'items' : {\n 'type' : 'object',\n 'parameters' : {\n 'Key' : {\n 'decode' : true,\n 'sentAs' : 'Key',\n },\n 'VersionId' : {\n 'sentAs' : 'VersionId',\n },\n 'IsLatest' : {\n 'sentAs' : 'IsLatest',\n },\n 'LastModified' : {\n 'sentAs' : 'LastModified',\n },\n 'Owner' : owner\n }\n },\n },\n 'CommonPrefixes' : commonPrefixes\n },\n};"],"mappings":"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","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}
|