We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c182b0a + 9e98d9c commit 22bc7e8Copy full SHA for 22bc7e8
lib/aws/s3/multipart_upload.rb
@@ -178,6 +178,8 @@ def aborted?
178
# this option must match the total number of bytes written
179
# to S3 during the operation. This option is required if
180
# +:data+ is an IO-like object without a +size+ method.
181
+ #
182
+ # @option options [Integer] :part_number The part number.
183
def add_part(data_or_options, options = {})
184
if data_or_options.kind_of?(Hash)
185
part_options = base_opts.merge(data_or_options)
0 commit comments