Skip to content

Commit

Permalink
Remove false from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alextwoods committed Aug 9, 2023
1 parent 51176d7 commit 44ed984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gems/aws-sdk-s3/lib/aws-sdk-s3/customizations/object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def upload_file(source, options = {})
# checksum validation fails. You may provide a `on_checksum_validated`
# callback if you need to verify that validation occurred and which
# algorithm was used. To disable checksum validation, set
# `checksum_mode` to "DISABLED" or false.
# `checksum_mode` to "DISABLED".
#
# @option options [Callable] on_checksum_validated Called each time a
# request's checksum is validated with the checksum algorithm and the
Expand Down

0 comments on commit 44ed984

Please sign in to comment.