Skip to content

Commit 22bc7e8

Browse files
author
amazonwebservices
committed
Merge commit '9e98d9c4a86956877a71eb9d2338e4c9121876cd'
2 parents c182b0a + 9e98d9c commit 22bc7e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/aws/s3/multipart_upload.rb

+2
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ def aborted?
178178
# this option must match the total number of bytes written
179179
# to S3 during the operation. This option is required if
180180
# +:data+ is an IO-like object without a +size+ method.
181+
#
182+
# @option options [Integer] :part_number The part number.
181183
def add_part(data_or_options, options = {})
182184
if data_or_options.kind_of?(Hash)
183185
part_options = base_opts.merge(data_or_options)

0 commit comments

Comments
 (0)