Skip to content

Commit 5734b21

Browse files
committed
fix hash
1 parent 6444d7a commit 5734b21

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

cmd/carapace-aws/cmd/botocore/aws.s3api.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ commands:
3030
--checksum-sha256=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
3131
--checksum-sha512=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
3232
--checksum-type=: This header specifies the checksum type of the object, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.
33-
--checksum-xxhas-h3=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
33+
--checksum-xxhash3=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
3434
--checksum-xxhash64=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
3535
--checksum-xxhash128=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
3636
--cli-input-json=: Read arguments from the JSON string provided.
@@ -1593,7 +1593,7 @@ commands:
15931593
--checksum-sha1=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
15941594
--checksum-sha256=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
15951595
--checksum-sha512=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
1596-
--checksum-xxhas-h3=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
1596+
--checksum-xxhash3=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
15971597
--checksum-xxhash64=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
15981598
--checksum-xxhash128=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
15991599
--cli-input-json=: Read arguments from the JSON string provided.
@@ -2017,7 +2017,7 @@ commands:
20172017
--checksum-sha1=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
20182018
--checksum-sha256=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
20192019
--checksum-sha512=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
2020-
--checksum-xxhas-h3=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
2020+
--checksum-xxhash3=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
20212021
--checksum-xxhash64=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
20222022
--checksum-xxhash128=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
20232023
--cli-input-json=: Read arguments from the JSON string provided.
@@ -2176,7 +2176,7 @@ commands:
21762176
--checksum-sha1=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
21772177
--checksum-sha256=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
21782178
--checksum-sha512=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
2179-
--checksum-xxhas-h3=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
2179+
--checksum-xxhash3=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
21802180
--checksum-xxhash64=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
21812181
--checksum-xxhash128=: This header can be used as a data integrity check to verify that the data received is the same data that was originally sent.
21822182
--cli-input-json=: Read arguments from the JSON string provided.

cmd/carapace-spec-botocore/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func CamelCaseToDash(s string) string {
116116
"checksum-sh-a256": "checksum-sha256",
117117
"checksum-sh-a512": "checksum-sha512",
118118
"checksum-xxhas-h128": "checksum-xxhash128",
119-
"checksum-xxhash3": "checksum-xxhas-h3",
119+
"checksum-xxhas-h3": "checksum-xxhash3",
120120
"checksum-xxhas-h64": "checksum-xxhash64",
121121
"content-m-d5": "content-md5",
122122
"copy-source-sse-customer-key-m-d5": "copy-source-sse-customer-key-md5",

0 commit comments

Comments
 (0)