Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions cmd/carapace-aws/cmd/botocore/aws.s3api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ commands:
--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.
--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.
--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.
--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.
--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.
--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.
--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.
--cli-input-json=: Read arguments from the JSON string provided.
Expand Down Expand Up @@ -1593,7 +1593,7 @@ commands:
--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.
--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.
--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.
--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.
--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.
--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.
--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.
--cli-input-json=: Read arguments from the JSON string provided.
Expand Down Expand Up @@ -2017,7 +2017,7 @@ commands:
--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.
--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.
--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.
--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.
--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.
--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.
--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.
--cli-input-json=: Read arguments from the JSON string provided.
Expand Down Expand Up @@ -2176,7 +2176,7 @@ commands:
--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.
--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.
--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.
--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.
--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.
--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.
--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.
--cli-input-json=: Read arguments from the JSON string provided.
Expand Down
2 changes: 1 addition & 1 deletion cmd/carapace-spec-botocore/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func CamelCaseToDash(s string) string {
"checksum-sh-a256": "checksum-sha256",
"checksum-sh-a512": "checksum-sha512",
"checksum-xxhas-h128": "checksum-xxhash128",
"checksum-xxhash3": "checksum-xxhas-h3",
"checksum-xxhas-h3": "checksum-xxhash3",
"checksum-xxhas-h64": "checksum-xxhash64",
"content-m-d5": "content-md5",
"copy-source-sse-customer-key-m-d5": "copy-source-sse-customer-key-md5",
Expand Down