# File lib/aws/s3/multipart_upload.rb, line 276 def completed_parts @completed_parts.values. sort { |a, b| a[:part_number] <=> b[:part_number] } end