Skip to content

Commit

Permalink
[docs] chunk_size should be Integer instead of String. (#2660)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksss authored Feb 14, 2022
1 parent 2765532 commit a72e1f9
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 @@ -464,7 +464,7 @@ def upload_file(source, options = {})
# customizing each range size in multipart_download,
# By default, `auto` mode is enabled, which performs multipart_download
#
# @option options [String] chunk_size required in get_range mode.
# @option options [Integer] chunk_size required in get_range mode.
#
# @option options [Integer] thread_count (10) Customize threads used in
# the multipart download.
Expand Down

0 comments on commit a72e1f9

Please sign in to comment.