class Aws::S3::MultipartFileUploader::PartList

def to_a

def to_a
  @mutex.synchronize { @parts.dup }
end