# File lib/aws/s3/multipart_upload.rb, line 260 def close return if aborted? if completed_parts.empty? abort else complete end end