class Aws::S3::MultipartFileUploader::PartList

def initialize(parts = [])

def initialize(parts = [])
  @parts = parts
  @mutex = Mutex.new
end