aws / aws/aws-cli

aws s3 cp --checksum-mode and --checksum-algorithm enum values are not documented

Open
#10,025 3 comments 1 reaction 1 assignee Claimed by @kdaily View on GitHub
community contribution-ready documentation feature-request p3 s3
Dominant language
Python
Stars
17.3k
Forks
4.6k
Avg merge
1d 2h
Merged PRs (30d)
13

Description

### Describe the issue

The documentation doesn't state what the accepted values are for `aws s3 cp`'s `--checksum-mode` and `--checksum-algorithm`

238 --checksum-mode (string) To retrieve the checksum, this mode must be
239 enabled. If the object has a checksum, it will be verified.
240
241 --checksum-algorithm (string) Indicates the algorithm used to create
242 the checksum for the object.
243

### Links

https://docs.aws.amazon.com/cli/latest/reference/s3/cp.html

```
--checksum-mode (string) To retrieve the checksum, this mode must be enabled. If the object has a checksum, it will be verified.

--checksum-algorithm (string) Indicates the algorithm used to create the checksum for the object
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.