Skip to content

Commit

Permalink
Update aws/checksum.go
Browse files Browse the repository at this point in the history
  • Loading branch information
lucix-aws authored Oct 8, 2024
1 parent db21450 commit 3eb7ed7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/checksum.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
// if the operation supports output checksums
ResponseChecksumValidationWhenSupported

// ResponseChecksumValidationWhenRequired indicates response checksum will be validated
// if user sets the validation mode to ENABLED in request
// ResponseChecksumValidationWhenRequired indicates response checksum will only
// be validated if the operation requires output checksum validation
ResponseChecksumValidationWhenRequired
)

0 comments on commit 3eb7ed7

Please sign in to comment.