class Aws::S3::MultipartFileUploader::PartList

def clear!

def clear!
  @mutex.synchronize { @parts.clear }
end