Commit b6395f4
committed
Add enum values to s3 checksum help text
The help text for --checksum-mode and --checksum-algorithm
did not document accepted enum values, making it unclear
what options are available without consulting external docs.
Update --checksum-mode to state ENABLED is the only valid
value. Update --checksum-algorithm to list valid values
(CRC64NVME, CRC32, SHA256, SHA1, CRC32C) and note the
default.
Fixes aws#100251 parent 9277ea6 commit b6395f4
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | | - | |
458 | | - | |
| 457 | + | |
| 458 | + | |
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
463 | | - | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
464 | 468 | | |
465 | 469 | | |
466 | 470 | | |
| |||
0 commit comments