class Aws::S3::MultipartFileUploader::PartList

def push(part)

def push(part)
  @mutex.synchronize { @parts.push(part) }
end