class Aws::S3::MultipartStreamUploader
def upload(options = {}, &block)
-
(Seahorse::Client::Response)
- - the CompleteMultipartUploadResponse
Options Hash:
(**options)
-
:thread_count
(Integer
) -- -
:key
(required, String
) -- -
:bucket
(required, String
) --
def upload(options = {}, &block) Aws::Plugins::UserAgent.metric('S3_TRANSFER') do upload_id = initiate_upload(options) parts = upload_parts(upload_id, options, &block) complete_upload(upload_id, parts, options) end end