# File lib/aws/s3/multipart_upload.rb, line 121 def abort unless aborted? client.abort_multipart_upload(base_opts) @aborted = true end nil end