|
643 | 643 | "httpChecksum":{
|
644 | 644 | "requestValidationModeMember":"ChecksumMode",
|
645 | 645 | "responseAlgorithms":[
|
| 646 | + "CRC64NVME", |
646 | 647 | "CRC32",
|
647 | 648 | "CRC32C",
|
648 | 649 | "SHA256",
|
|
1749 | 1750 | "members":{
|
1750 | 1751 | "ChecksumCRC32":{"shape":"ChecksumCRC32"},
|
1751 | 1752 | "ChecksumCRC32C":{"shape":"ChecksumCRC32C"},
|
| 1753 | + "ChecksumCRC64NVME":{"shape":"ChecksumCRC64NVME"}, |
1752 | 1754 | "ChecksumSHA1":{"shape":"ChecksumSHA1"},
|
1753 |
| - "ChecksumSHA256":{"shape":"ChecksumSHA256"} |
| 1755 | + "ChecksumSHA256":{"shape":"ChecksumSHA256"}, |
| 1756 | + "ChecksumType":{"shape":"ChecksumType"} |
1754 | 1757 | }
|
1755 | 1758 | },
|
1756 | 1759 | "ChecksumAlgorithm":{
|
|
1759 | 1762 | "CRC32",
|
1760 | 1763 | "CRC32C",
|
1761 | 1764 | "SHA1",
|
1762 |
| - "SHA256" |
| 1765 | + "SHA256", |
| 1766 | + "CRC64NVME" |
1763 | 1767 | ]
|
1764 | 1768 | },
|
1765 | 1769 | "ChecksumAlgorithmList":{
|
|
1769 | 1773 | },
|
1770 | 1774 | "ChecksumCRC32":{"type":"string"},
|
1771 | 1775 | "ChecksumCRC32C":{"type":"string"},
|
| 1776 | + "ChecksumCRC64NVME":{"type":"string"}, |
1772 | 1777 | "ChecksumMode":{
|
1773 | 1778 | "type":"string",
|
1774 | 1779 | "enum":["ENABLED"]
|
1775 | 1780 | },
|
1776 | 1781 | "ChecksumSHA1":{"type":"string"},
|
1777 | 1782 | "ChecksumSHA256":{"type":"string"},
|
| 1783 | + "ChecksumType":{ |
| 1784 | + "type":"string", |
| 1785 | + "enum":[ |
| 1786 | + "COMPOSITE", |
| 1787 | + "FULL_OBJECT" |
| 1788 | + ] |
| 1789 | + }, |
1778 | 1790 | "CloudFunction":{"type":"string"},
|
1779 | 1791 | "CloudFunctionConfiguration":{
|
1780 | 1792 | "type":"structure",
|
|
1820 | 1832 | "ETag":{"shape":"ETag"},
|
1821 | 1833 | "ChecksumCRC32":{"shape":"ChecksumCRC32"},
|
1822 | 1834 | "ChecksumCRC32C":{"shape":"ChecksumCRC32C"},
|
| 1835 | + "ChecksumCRC64NVME":{"shape":"ChecksumCRC64NVME"}, |
1823 | 1836 | "ChecksumSHA1":{"shape":"ChecksumSHA1"},
|
1824 | 1837 | "ChecksumSHA256":{"shape":"ChecksumSHA256"},
|
| 1838 | + "ChecksumType":{"shape":"ChecksumType"}, |
1825 | 1839 | "ServerSideEncryption":{
|
1826 | 1840 | "shape":"ServerSideEncryption",
|
1827 | 1841 | "location":"header",
|
|
1889 | 1903 | "location":"header",
|
1890 | 1904 | "locationName":"x-amz-checksum-crc32c"
|
1891 | 1905 | },
|
| 1906 | + "ChecksumCRC64NVME":{ |
| 1907 | + "shape":"ChecksumCRC64NVME", |
| 1908 | + "location":"header", |
| 1909 | + "locationName":"x-amz-checksum-crc64nvme" |
| 1910 | + }, |
1892 | 1911 | "ChecksumSHA1":{
|
1893 | 1912 | "shape":"ChecksumSHA1",
|
1894 | 1913 | "location":"header",
|
|
1899 | 1918 | "location":"header",
|
1900 | 1919 | "locationName":"x-amz-checksum-sha256"
|
1901 | 1920 | },
|
| 1921 | + "ChecksumType":{ |
| 1922 | + "shape":"ChecksumType", |
| 1923 | + "location":"header", |
| 1924 | + "locationName":"x-amz-checksum-type" |
| 1925 | + }, |
| 1926 | + "MpuObjectSize":{ |
| 1927 | + "shape":"MpuObjectSize", |
| 1928 | + "location":"header", |
| 1929 | + "locationName":"x-amz-mp-object-size" |
| 1930 | + }, |
1902 | 1931 | "RequestPayer":{
|
1903 | 1932 | "shape":"RequestPayer",
|
1904 | 1933 | "location":"header",
|
|
1952 | 1981 | "ETag":{"shape":"ETag"},
|
1953 | 1982 | "ChecksumCRC32":{"shape":"ChecksumCRC32"},
|
1954 | 1983 | "ChecksumCRC32C":{"shape":"ChecksumCRC32C"},
|
| 1984 | + "ChecksumCRC64NVME":{"shape":"ChecksumCRC64NVME"}, |
1955 | 1985 | "ChecksumSHA1":{"shape":"ChecksumSHA1"},
|
1956 | 1986 | "ChecksumSHA256":{"shape":"ChecksumSHA256"},
|
1957 | 1987 | "PartNumber":{"shape":"PartNumber"}
|
|
2274 | 2304 | "members":{
|
2275 | 2305 | "ETag":{"shape":"ETag"},
|
2276 | 2306 | "LastModified":{"shape":"LastModified"},
|
| 2307 | + "ChecksumType":{"shape":"ChecksumType"}, |
2277 | 2308 | "ChecksumCRC32":{"shape":"ChecksumCRC32"},
|
2278 | 2309 | "ChecksumCRC32C":{"shape":"ChecksumCRC32C"},
|
| 2310 | + "ChecksumCRC64NVME":{"shape":"ChecksumCRC64NVME"}, |
2279 | 2311 | "ChecksumSHA1":{"shape":"ChecksumSHA1"},
|
2280 | 2312 | "ChecksumSHA256":{"shape":"ChecksumSHA256"}
|
2281 | 2313 | }
|
|
2287 | 2319 | "LastModified":{"shape":"LastModified"},
|
2288 | 2320 | "ChecksumCRC32":{"shape":"ChecksumCRC32"},
|
2289 | 2321 | "ChecksumCRC32C":{"shape":"ChecksumCRC32C"},
|
| 2322 | + "ChecksumCRC64NVME":{"shape":"ChecksumCRC64NVME"}, |
2290 | 2323 | "ChecksumSHA1":{"shape":"ChecksumSHA1"},
|
2291 | 2324 | "ChecksumSHA256":{"shape":"ChecksumSHA256"}
|
2292 | 2325 | }
|
|
2477 | 2510 | "shape":"ChecksumAlgorithm",
|
2478 | 2511 | "location":"header",
|
2479 | 2512 | "locationName":"x-amz-checksum-algorithm"
|
| 2513 | + }, |
| 2514 | + "ChecksumType":{ |
| 2515 | + "shape":"ChecksumType", |
| 2516 | + "location":"header", |
| 2517 | + "locationName":"x-amz-checksum-type" |
2480 | 2518 | }
|
2481 | 2519 | }
|
2482 | 2520 | },
|
|
2638 | 2676 | "shape":"ChecksumAlgorithm",
|
2639 | 2677 | "location":"header",
|
2640 | 2678 | "locationName":"x-amz-checksum-algorithm"
|
| 2679 | + }, |
| 2680 | + "ChecksumType":{ |
| 2681 | + "shape":"ChecksumType", |
| 2682 | + "location":"header", |
| 2683 | + "locationName":"x-amz-checksum-type" |
2641 | 2684 | }
|
2642 | 2685 | }
|
2643 | 2686 | },
|
|
4331 | 4374 | "location":"header",
|
4332 | 4375 | "locationName":"x-amz-checksum-crc32c"
|
4333 | 4376 | },
|
| 4377 | + "ChecksumCRC64NVME":{ |
| 4378 | + "shape":"ChecksumCRC64NVME", |
| 4379 | + "location":"header", |
| 4380 | + "locationName":"x-amz-checksum-crc64nvme" |
| 4381 | + }, |
4334 | 4382 | "ChecksumSHA1":{
|
4335 | 4383 | "shape":"ChecksumSHA1",
|
4336 | 4384 | "location":"header",
|
|
4341 | 4389 | "location":"header",
|
4342 | 4390 | "locationName":"x-amz-checksum-sha256"
|
4343 | 4391 | },
|
| 4392 | + "ChecksumType":{ |
| 4393 | + "shape":"ChecksumType", |
| 4394 | + "location":"header", |
| 4395 | + "locationName":"x-amz-checksum-type" |
| 4396 | + }, |
4344 | 4397 | "MissingMeta":{
|
4345 | 4398 | "shape":"MissingMeta",
|
4346 | 4399 | "location":"header",
|
|
4880 | 4933 | "location":"header",
|
4881 | 4934 | "locationName":"x-amz-checksum-crc32c"
|
4882 | 4935 | },
|
| 4936 | + "ChecksumCRC64NVME":{ |
| 4937 | + "shape":"ChecksumCRC64NVME", |
| 4938 | + "location":"header", |
| 4939 | + "locationName":"x-amz-checksum-crc64nvme" |
| 4940 | + }, |
4883 | 4941 | "ChecksumSHA1":{
|
4884 | 4942 | "shape":"ChecksumSHA1",
|
4885 | 4943 | "location":"header",
|
|
4890 | 4948 | "location":"header",
|
4891 | 4949 | "locationName":"x-amz-checksum-sha256"
|
4892 | 4950 | },
|
| 4951 | + "ChecksumType":{ |
| 4952 | + "shape":"ChecksumType", |
| 4953 | + "location":"header", |
| 4954 | + "locationName":"x-amz-checksum-type" |
| 4955 | + }, |
4893 | 4956 | "ETag":{
|
4894 | 4957 | "shape":"ETag",
|
4895 | 4958 | "location":"header",
|
|
6057 | 6120 | "location":"header",
|
6058 | 6121 | "locationName":"x-amz-request-charged"
|
6059 | 6122 | },
|
6060 |
| - "ChecksumAlgorithm":{"shape":"ChecksumAlgorithm"} |
| 6123 | + "ChecksumAlgorithm":{"shape":"ChecksumAlgorithm"}, |
| 6124 | + "ChecksumType":{"shape":"ChecksumType"} |
6061 | 6125 | }
|
6062 | 6126 | },
|
6063 | 6127 | "ListPartsRequest":{
|
|
6279 | 6343 | "box":true
|
6280 | 6344 | },
|
6281 | 6345 | "MissingMeta":{"type":"integer"},
|
| 6346 | + "MpuObjectSize":{"type":"integer"}, |
6282 | 6347 | "MultipartUpload":{
|
6283 | 6348 | "type":"structure",
|
6284 | 6349 | "members":{
|
|
6288 | 6353 | "StorageClass":{"shape":"StorageClass"},
|
6289 | 6354 | "Owner":{"shape":"Owner"},
|
6290 | 6355 | "Initiator":{"shape":"Initiator"},
|
6291 |
| - "ChecksumAlgorithm":{"shape":"ChecksumAlgorithm"} |
| 6356 | + "ChecksumAlgorithm":{"shape":"ChecksumAlgorithm"}, |
| 6357 | + "ChecksumType":{"shape":"ChecksumType"} |
6292 | 6358 | }
|
6293 | 6359 | },
|
6294 | 6360 | "MultipartUploadId":{"type":"string"},
|
|
6390 | 6456 | "LastModified":{"shape":"LastModified"},
|
6391 | 6457 | "ETag":{"shape":"ETag"},
|
6392 | 6458 | "ChecksumAlgorithm":{"shape":"ChecksumAlgorithmList"},
|
| 6459 | + "ChecksumType":{"shape":"ChecksumType"}, |
6393 | 6460 | "Size":{"shape":"Size"},
|
6394 | 6461 | "StorageClass":{"shape":"ObjectStorageClass"},
|
6395 | 6462 | "Owner":{"shape":"Owner"},
|
|
6536 | 6603 | "Size":{"shape":"Size"},
|
6537 | 6604 | "ChecksumCRC32":{"shape":"ChecksumCRC32"},
|
6538 | 6605 | "ChecksumCRC32C":{"shape":"ChecksumCRC32C"},
|
| 6606 | + "ChecksumCRC64NVME":{"shape":"ChecksumCRC64NVME"}, |
6539 | 6607 | "ChecksumSHA1":{"shape":"ChecksumSHA1"},
|
6540 | 6608 | "ChecksumSHA256":{"shape":"ChecksumSHA256"}
|
6541 | 6609 | }
|
|
6573 | 6641 | "members":{
|
6574 | 6642 | "ETag":{"shape":"ETag"},
|
6575 | 6643 | "ChecksumAlgorithm":{"shape":"ChecksumAlgorithmList"},
|
| 6644 | + "ChecksumType":{"shape":"ChecksumType"}, |
6576 | 6645 | "Size":{"shape":"Size"},
|
6577 | 6646 | "StorageClass":{"shape":"ObjectVersionStorageClass"},
|
6578 | 6647 | "Key":{"shape":"ObjectKey"},
|
|
6661 | 6730 | "Size":{"shape":"Size"},
|
6662 | 6731 | "ChecksumCRC32":{"shape":"ChecksumCRC32"},
|
6663 | 6732 | "ChecksumCRC32C":{"shape":"ChecksumCRC32C"},
|
| 6733 | + "ChecksumCRC64NVME":{"shape":"ChecksumCRC64NVME"}, |
6664 | 6734 | "ChecksumSHA1":{"shape":"ChecksumSHA1"},
|
6665 | 6735 | "ChecksumSHA256":{"shape":"ChecksumSHA256"}
|
6666 | 6736 | }
|
|
7728 | 7798 | "location":"header",
|
7729 | 7799 | "locationName":"x-amz-checksum-crc32c"
|
7730 | 7800 | },
|
| 7801 | + "ChecksumCRC64NVME":{ |
| 7802 | + "shape":"ChecksumCRC64NVME", |
| 7803 | + "location":"header", |
| 7804 | + "locationName":"x-amz-checksum-crc64nvme" |
| 7805 | + }, |
7731 | 7806 | "ChecksumSHA1":{
|
7732 | 7807 | "shape":"ChecksumSHA1",
|
7733 | 7808 | "location":"header",
|
|
7738 | 7813 | "location":"header",
|
7739 | 7814 | "locationName":"x-amz-checksum-sha256"
|
7740 | 7815 | },
|
| 7816 | + "ChecksumType":{ |
| 7817 | + "shape":"ChecksumType", |
| 7818 | + "location":"header", |
| 7819 | + "locationName":"x-amz-checksum-type" |
| 7820 | + }, |
7741 | 7821 | "ServerSideEncryption":{
|
7742 | 7822 | "shape":"ServerSideEncryption",
|
7743 | 7823 | "location":"header",
|
|
7857 | 7937 | "location":"header",
|
7858 | 7938 | "locationName":"x-amz-checksum-crc32c"
|
7859 | 7939 | },
|
| 7940 | + "ChecksumCRC64NVME":{ |
| 7941 | + "shape":"ChecksumCRC64NVME", |
| 7942 | + "location":"header", |
| 7943 | + "locationName":"x-amz-checksum-crc64nvme" |
| 7944 | + }, |
7860 | 7945 | "ChecksumSHA1":{
|
7861 | 7946 | "shape":"ChecksumSHA1",
|
7862 | 7947 | "location":"header",
|
|
9225 | 9310 | "location":"header",
|
9226 | 9311 | "locationName":"x-amz-checksum-crc32c"
|
9227 | 9312 | },
|
| 9313 | + "ChecksumCRC64NVME":{ |
| 9314 | + "shape":"ChecksumCRC64NVME", |
| 9315 | + "location":"header", |
| 9316 | + "locationName":"x-amz-checksum-crc64nvme" |
| 9317 | + }, |
9228 | 9318 | "ChecksumSHA1":{
|
9229 | 9319 | "shape":"ChecksumSHA1",
|
9230 | 9320 | "location":"header",
|
|
9306 | 9396 | "location":"header",
|
9307 | 9397 | "locationName":"x-amz-checksum-crc32c"
|
9308 | 9398 | },
|
| 9399 | + "ChecksumCRC64NVME":{ |
| 9400 | + "shape":"ChecksumCRC64NVME", |
| 9401 | + "location":"header", |
| 9402 | + "locationName":"x-amz-checksum-crc64nvme" |
| 9403 | + }, |
9309 | 9404 | "ChecksumSHA1":{
|
9310 | 9405 | "shape":"ChecksumSHA1",
|
9311 | 9406 | "location":"header",
|
|
9480 | 9575 | "location":"header",
|
9481 | 9576 | "locationName":"x-amz-fwd-header-x-amz-checksum-crc32c"
|
9482 | 9577 | },
|
| 9578 | + "ChecksumCRC64NVME":{ |
| 9579 | + "shape":"ChecksumCRC64NVME", |
| 9580 | + "location":"header", |
| 9581 | + "locationName":"x-amz-fwd-header-x-amz-checksum-crc64nvme" |
| 9582 | + }, |
9483 | 9583 | "ChecksumSHA1":{
|
9484 | 9584 | "shape":"ChecksumSHA1",
|
9485 | 9585 | "location":"header",
|
|
0 commit comments